ServicePrincipalCredentialResponse

data class ServicePrincipalCredentialResponse(val annotations: List<Any>? = null, val description: String? = null, val servicePrincipalId: Any? = null, val servicePrincipalKey: AzureKeyVaultSecretReferenceResponse? = null, val tenant: Any? = null, val type: String)

Service principal credential.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, description: String? = null, servicePrincipalId: Any? = null, servicePrincipalKey: AzureKeyVaultSecretReferenceResponse? = null, tenant: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the Credential.

Link copied to clipboard
val description: String? = null

Credential description.

Link copied to clipboard
val servicePrincipalId: Any? = null

The app ID of the service principal used to authenticate

Link copied to clipboard

The key of the service principal used to authenticate.

Link copied to clipboard
val tenant: Any? = null

The ID of the tenant to which the service principal belongs

Link copied to clipboard

Type of credential. Expected value is 'ServicePrincipal'.