SecretPropertiesArgs

data class SecretPropertiesArgs(val attributes: Output<SecretAttributesArgs>? = null, val contentType: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<SecretPropertiesArgs>

Properties of the secret

Constructors

Link copied to clipboard
constructor(attributes: Output<SecretAttributesArgs>? = null, contentType: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val attributes: Output<SecretAttributesArgs>? = null

The attributes of the secret.

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

The content type of the secret.

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

The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.

Functions

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