Get Named Value Result
data class GetNamedValueResult(val displayName: String, val id: String, val keyVault: KeyVaultContractPropertiesResponse? = null, val name: String, val secret: Boolean? = null, val tags: List<String>? = null, val type: String, val value: String? = null)
NamedValue details.
Constructors
Link copied to clipboard
fun GetNamedValueResult(displayName: String, id: String, keyVault: KeyVaultContractPropertiesResponse? = null, name: String, secret: Boolean? = null, tags: List<String>? = null, type: String, value: String? = null)