service Principal Credential
suspend fun servicePrincipalCredential(value: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>)
suspend fun servicePrincipalCredential(value: Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>?)
Parameters
value
The credential of the service principal object in Azure Active Directory. If servicePrincipalCredentialType is 'ServicePrincipalKey', servicePrincipalCredential can be SecureString or AzureKeyVaultSecretReference. If servicePrincipalCredentialType is 'ServicePrincipalCert', servicePrincipalCredential can only be AzureKeyVaultSecretReference.