Secret Store Details Args
    data class SecretStoreDetailsArgs(val secretStore: Output<Either<String, SecretStoreType>>? = null, val secretStoreProperties: Output<SecretStorePropertiesArgs>? = null) : ConvertibleToJava<SecretStoreDetailsArgs> 
Constructors
Link copied to clipboard
                fun SecretStoreDetailsArgs(secretStore: Output<Either<String, SecretStoreType>>? = null, secretStoreProperties: Output<SecretStorePropertiesArgs>? = null)