Service Principal Datastore Secrets Args
data class ServicePrincipalDatastoreSecretsArgs(val clientSecret: Output<String>? = null, val secretsType: Output<String>) : ConvertibleToJava<ServicePrincipalDatastoreSecretsArgs>
Datastore Service Principal secrets.
Constructors
Link copied to clipboard
fun ServicePrincipalDatastoreSecretsArgs(clientSecret: Output<String>? = null, secretsType: Output<String>)