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, Any>, val type: String, val updatedBy: String, val updatedDate: String)

Constructors

Link copied to clipboard
fun GetSecretParametersParameter(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, Any>, type: String, updatedBy: String, updatedDate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The constraints of the encryption parameter.

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

KeyId of KMS 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 encryption parameter.

Link copied to clipboard

The share type of the encryption parameter.

Link copied to clipboard

The tag of the resource.

Link copied to clipboard

The data type of the encryption parameter.

Link copied to clipboard

The user who updated the encryption parameter.

Link copied to clipboard

The time when the encryption parameter was updated.