Service Principal Credential Args
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.