ServicePrincipalDatastoreSecretsArgs

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>)

Functions

Link copied to clipboard
open override fun toJava(): ServicePrincipalDatastoreSecretsArgs

Properties

Link copied to clipboard
val clientSecret: Output<String>? = null

Service principal secret.

Link copied to clipboard
val secretsType: Output<String>

Enum to determine the datastore secrets type. Expected value is 'ServicePrincipal'.