Certificate Datastore Credentials Args
data class CertificateDatastoreCredentialsArgs(val authorityUrl: Output<String>? = null, val clientId: Output<String>, val credentialsType: Output<String>, val resourceUrl: Output<String>? = null, val secrets: Output<CertificateDatastoreSecretsArgs>, val tenantId: Output<String>, val thumbprint: Output<String>) : ConvertibleToJava<CertificateDatastoreCredentialsArgs>
Certificate datastore credentials configuration.
Properties
Link copied to clipboard
Authority URL used for authentication.
Link copied to clipboard
Enum to determine the datastore credentials type. Expected value is 'Certificate'.
Link copied to clipboard
Resource the service principal has access to.
Link copied to clipboard
Required Service principal secrets.
Link copied to clipboard
Required Thumbprint of the certificate used for authentication.