DataSourceServicePrincipal interface

Service Principal DataSource Credential User is required to specify clientSecret for Create. clientSecret being a secret is not returned by service.

Extends

Properties

clientId

The client id of the service principal.

clientSecret

The client secret of the service principal. Required by user for Create. Not returned by service.

tenantId

The tenant id of the service principal.

type

Service Principal DataSource Credential

Inherited Properties

description

Description of data source credential

id

Unique id of data source credential NOTE: This property will not be serialized. It can only be populated by the server.

name

Name of data source credential

Property Details

clientId

The client id of the service principal.

clientId: string

Property Value

string

clientSecret

The client secret of the service principal. Required by user for Create. Not returned by service.

clientSecret?: string

Property Value

string

tenantId

The tenant id of the service principal.

tenantId: string

Property Value

string

type

Service Principal DataSource Credential

type: "ServicePrincipal"

Property Value

"ServicePrincipal"

Inherited Property Details

description

Description of data source credential

description?: string

Property Value

string

Inherited From DataSourceCredentialEntity.description

id

Unique id of data source credential NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From DataSourceCredentialEntity.id

name

Name of data source credential

name: string

Property Value

string

Inherited From DataSourceCredentialEntity.name