ServicePrincipalDatastoreSecretsArgs

data class ServicePrincipalDatastoreSecretsArgs(val clientSecret: Output<String>? = null, val secretsType: Output<String>) : ConvertibleToJava<ServicePrincipalDatastoreSecretsArgs>

Datastore Service Principal secrets.

Constructors

Link copied to clipboard
constructor(clientSecret: Output<String>? = null, secretsType: Output<String>)

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'.

Functions

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