Configuration Value Without Secrets Response
data class ConfigurationValueWithoutSecretsResponse(val configurationGroupSchemaName: String, val configurationGroupSchemaOfferingLocation: String, val configurationGroupSchemaResourceReference: Either<OpenDeploymentResourceReferenceResponse, SecretDeploymentResourceReferenceResponse>? = null, val configurationType: String, val configurationValue: String? = null, val provisioningState: String, val publisherName: String, val publisherScope: String)
The ConfigurationValue with no secrets.
Constructors
Link copied to clipboard
constructor(configurationGroupSchemaName: String, configurationGroupSchemaOfferingLocation: String, configurationGroupSchemaResourceReference: Either<OpenDeploymentResourceReferenceResponse, SecretDeploymentResourceReferenceResponse>? = null, configurationType: String, configurationValue: String? = null, provisioningState: String, publisherName: String, publisherScope: String)
Properties
Link copied to clipboard
The configuration group schema name.
Link copied to clipboard
The location of the configuration group schema offering.
Link copied to clipboard
val configurationGroupSchemaResourceReference: Either<OpenDeploymentResourceReferenceResponse, SecretDeploymentResourceReferenceResponse>? = null
The configuration group schema resource reference.
Link copied to clipboard
The secret type which indicates if secret or not. Expected value is 'Open'.
Link copied to clipboard
Name and value pairs that define the configuration value. It can be a well formed escaped JSON string.
Link copied to clipboard
The provisioning state of the site resource.
Link copied to clipboard
The publisher name for the configuration group schema.
Link copied to clipboard
The scope of the publisher.