ConfigurationNameItem interface

Properties

authType

The auth type.

clientType

The client type for configuration names.

daprProperties

Deprecated, please use #/definitions/DaprConfigurationList instead

names

The configuration names to be set in compute service environment.

secretType

Indicates where the secrets in configuration from. Used when secrets are from Keyvault.

targetService

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