Get Configuration Group Value Result
data class GetConfigurationGroupValueResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val properties: Either<ConfigurationValueWithSecretsResponse, ConfigurationValueWithoutSecretsResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Hybrid configuration group value resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String, name: String, properties: Either<ConfigurationValueWithSecretsResponse, ConfigurationValueWithoutSecretsResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
val properties: Either<ConfigurationValueWithSecretsResponse, ConfigurationValueWithoutSecretsResponse>
Hybrid configuration group value properties.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.