AccessKeyInfoBaseArgs

data class AccessKeyInfoBaseArgs(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

Constructors

Link copied to clipboard
constructor(authType: Output<String>, permissions: Output<List<Either<String, AccessKeyPermissions>>>? = null)

Properties

Link copied to clipboard
val authType: Output<String>

The authentication type. Expected value is 'accessKey'.

Link copied to clipboard
val permissions: Output<List<Either<String, AccessKeyPermissions>>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): AccessKeyInfoBaseArgs