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, 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)