Configuration Value With Secrets Response
data class ConfigurationValueWithSecretsResponse(val configurationGroupSchemaName: String, val configurationGroupSchemaOfferingLocation: String, val configurationGroupSchemaResourceReference: Either<OpenDeploymentResourceReferenceResponse, SecretDeploymentResourceReferenceResponse>? = null, val configurationType: String, val provisioningState: String, val publisherName: String, val publisherScope: String)
The ConfigurationValue with secrets.
Constructors
Link copied to clipboard
constructor(configurationGroupSchemaName: String, configurationGroupSchemaOfferingLocation: String, configurationGroupSchemaResourceReference: Either<OpenDeploymentResourceReferenceResponse, SecretDeploymentResourceReferenceResponse>? = null, configurationType: String, 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 'Secret'.
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.