GetSecretParametersParameter

data class GetSecretParametersParameter(val constraints: String, val createTime: String, val createdBy: String, val description: String, val id: String, val keyId: String, val parameterVersion: Int, val resourceGroupId: String, val secretParameterId: String, val secretParameterName: String, val shareType: String, val tags: Map<String, String>, val type: String, val updatedBy: String, val updatedDate: String, val value: String)

Constructors

Link copied to clipboard
constructor(constraints: String, createTime: String, createdBy: String, description: String, id: String, keyId: String, parameterVersion: Int, resourceGroupId: String, secretParameterId: String, secretParameterName: String, shareType: String, tags: Map<String, String>, type: String, updatedBy: String, updatedDate: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The constraints of the encryption parameter. Note: constraints takes effect only if enable_details is set to true.

Link copied to clipboard

The user who created the encryption parameter.

Link copied to clipboard

The time when the encryption parameter was created.

Link copied to clipboard

The description of the encryption parameter.

Link copied to clipboard
val id: String

The ID of the Secret Parameter.

Link copied to clipboard

The ID of the key of Key Management Service (KMS) that is used for encryption.

Link copied to clipboard

The version number of the encryption parameter.

Link copied to clipboard

The ID of the Resource Group.

Link copied to clipboard

The ID of the encryption parameter.

Link copied to clipboard

The name of the Secret Parameter.

Link copied to clipboard

The share type of the encryption parameter.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

The type of the parameter.

Link copied to clipboard

The user who updated the encryption parameter.

Link copied to clipboard

The time when the encryption parameter was updated.

Link copied to clipboard

(Available since v1.231.0) The value of the encryption parameter. Note: value takes effect only if with_decryption is set to true.