Get Secret Parameters Parameter
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)
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 time when the encryption parameter was created.
Link copied to clipboard
The description of the encryption parameter.
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 time when the encryption parameter was updated.