ConfigurationNameItem interface
Properties
| auth |
The auth type. |
| client |
The client type for configuration names. |
| dapr |
Deprecated, please use #/definitions/DaprConfigurationList instead |
| names | The configuration names to be set in compute service environment. |
| secret |
Indicates where the secrets in configuration from. Used when secrets are from Keyvault. |
| target |
The target service provider name and resource name. |
Property Details
authType
The auth type.
authType?: string
Property Value
string
clientType
The client type for configuration names.
clientType?: string
Property Value
string
daprProperties
Deprecated, please use #/definitions/DaprConfigurationList instead
daprProperties?: DaprProperties
Property Value
names
The configuration names to be set in compute service environment.
names?: ConfigurationName[]
Property Value
secretType
Indicates where the secrets in configuration from. Used when secrets are from Keyvault.
secretType?: string
Property Value
string
targetService
The target service provider name and resource name.
targetService?: string
Property Value
string