Service Principal Datastore Credentials Args
data class ServicePrincipalDatastoreCredentialsArgs(val authorityUrl: Output<String>? = null, val clientId: Output<String>, val credentialsType: Output<String>, val resourceUrl: Output<String>? = null, val secrets: Output<ServicePrincipalDatastoreSecretsArgs>, val tenantId: Output<String>) : ConvertibleToJava<ServicePrincipalDatastoreCredentialsArgs>
Service Principal 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 'ServicePrincipal'.
Link copied to clipboard
Resource the service principal has access to.
Link copied to clipboard
Required Service principal secrets.