AccessKeyInfoBaseResponse

data class AccessKeyInfoBaseResponse(val authType: String, val permissions: List<String>? = null)

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: String, permissions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The authentication type. Expected value is 'accessKey'.

Link copied to clipboard
val permissions: List<String>? = 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.