ServicePrincipalCredentialArgs

data class ServicePrincipalCredentialArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val servicePrincipalId: Output<Any>? = null, val servicePrincipalKey: Output<AzureKeyVaultSecretReferenceArgs>? = null, val tenant: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<ServicePrincipalCredentialArgs>

Service principal credential.

Constructors

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

Properties

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

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

Link copied to clipboard
val description: Output<String>? = null

Credential description.

Link copied to clipboard
val servicePrincipalId: Output<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: Output<Any>? = null

The ID of the tenant to which the service principal belongs

Link copied to clipboard
val type: Output<String>

Type of credential. Expected value is 'ServicePrincipal'.

Functions

Link copied to clipboard
open override fun toJava(): ServicePrincipalCredentialArgs