AccessKeyInfoBase interface
The access key directly from target resource properties, which target service is Azure Resource, such as Microsoft.Storage
- Extends
Properties
| auth |
Polymorphic discriminator, which specifies the different types this object can be |
| permissions | Permissions of the accessKey. |
Inherited Properties
| auth |
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth. |
Property Details
authType
Polymorphic discriminator, which specifies the different types this object can be
authType: "accessKey"
Property Value
"accessKey"
permissions
Permissions of the accessKey. Read and Write are for Azure Cosmos DB and Azure App Configuration, Listen, Send and Manage are for Azure Event Hub and Azure Service Bus.
permissions?: string[]
Property Value
string[]
Inherited Property Details
authMode
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
authMode?: string
Property Value
string
Inherited From AuthInfoBase.authMode