DaprConfigurationResource interface
Represent one resource of the dapr configuration list
Properties
| auth |
The authentication type. |
| dapr |
Indicates some additional properties for dapr client type |
| target |
Supported target resource type, extract from resource id, uppercase |
Property Details
authType
The authentication type.
authType?: string
Property Value
string
daprProperties
Indicates some additional properties for dapr client type
daprProperties?: DaprProperties
Property Value
targetType
Supported target resource type, extract from resource id, uppercase
targetType?: string
Property Value
string