Get Secret Parameters Result
data class GetSecretParametersResult(val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val parameters: List<GetSecretParametersParameter>, val resourceGroupId: String? = null, val secretParameterName: String? = null, val sortField: String? = null, val sortOrder: String? = null, val tags: Map<String, String>? = null, val withDecryption: Boolean? = null)
A collection of values returned by getSecretParameters.
Constructors
Link copied to clipboard
constructor(enableDetails: Boolean? = null, id: String, ids: List<String>, nameRegex: String? = null, names: List<String>, outputFile: String? = null, parameters: List<GetSecretParametersParameter>, resourceGroupId: String? = null, secretParameterName: String? = null, sortField: String? = null, sortOrder: String? = null, tags: Map<String, String>? = null, withDecryption: Boolean? = null)