Access Key Info Base Args
data class AccessKeyInfoBaseArgs(val authMode: Output<Either<String, AuthMode>>? = null, val authType: Output<String>, val permissions: Output<List<Either<String, AccessKeyPermissions>>>? = null) : ConvertibleToJava<AccessKeyInfoBaseArgs>
The access key directly from target resource properties, which target service is Azure Resource, such as Microsoft.Storage
Properties
Link copied to clipboard
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.
Link copied to clipboard
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.