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
                fun ConfigurationValueWithSecretsResponse(configurationGroupSchemaName: String, configurationGroupSchemaOfferingLocation: String, configurationGroupSchemaResourceReference: Either<OpenDeploymentResourceReferenceResponse, SecretDeploymentResourceReferenceResponse>? = null, configurationType: String, provisioningState: String, publisherName: String, publisherScope: String)
Types
Properties
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard