ConfigurationValueWithSecrets interface
The ConfigurationValue with secrets.
- Extends
Properties
configuration |
Polymorphic discriminator, which specifies the different types this object can be |
secret |
Name and value pairs that define the configuration value secrets. It can be a well formed escaped JSON string. |
Inherited Properties
configuration |
The configuration group schema name. NOTE: This property will not be serialized. It can only be populated by the server. |
configuration |
The location of the configuration group schema offering. NOTE: This property will not be serialized. It can only be populated by the server. |
configuration |
The configuration group schema resource reference. |
provisioning |
The provisioning state of the site resource. NOTE: This property will not be serialized. It can only be populated by the server. |
publisher |
The publisher name for the configuration group schema. NOTE: This property will not be serialized. It can only be populated by the server. |
publisher |
The scope of the publisher. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
configurationType
Polymorphic discriminator, which specifies the different types this object can be
configurationType: "Secret"
Property Value
"Secret"
secretConfigurationValue
Name and value pairs that define the configuration value secrets. It can be a well formed escaped JSON string.
secretConfigurationValue?: string
Property Value
string
Inherited Property Details
configurationGroupSchemaName
The configuration group schema name. NOTE: This property will not be serialized. It can only be populated by the server.
configurationGroupSchemaName?: string
Property Value
string
Inherited From ConfigurationGroupValuePropertiesFormat.configurationGroupSchemaName
configurationGroupSchemaOfferingLocation
The location of the configuration group schema offering. NOTE: This property will not be serialized. It can only be populated by the server.
configurationGroupSchemaOfferingLocation?: string
Property Value
string
Inherited From ConfigurationGroupValuePropertiesFormat.configurationGroupSchemaOfferingLocation
configurationGroupSchemaResourceReference
The configuration group schema resource reference.
configurationGroupSchemaResourceReference?: DeploymentResourceIdReferenceUnion
Property Value
Inherited From ConfigurationGroupValuePropertiesFormat.configurationGroupSchemaResourceReference
provisioningState
The provisioning state of the site resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
Inherited From ConfigurationGroupValuePropertiesFormat.provisioningState
publisherName
The publisher name for the configuration group schema. NOTE: This property will not be serialized. It can only be populated by the server.
publisherName?: string
Property Value
string
Inherited From ConfigurationGroupValuePropertiesFormat.publisherName
publisherScope
The scope of the publisher. NOTE: This property will not be serialized. It can only be populated by the server.
publisherScope?: string
Property Value
string
Inherited From ConfigurationGroupValuePropertiesFormat.publisherScope
Azure SDK for JavaScript