AccessKeyInfoBaseResponse

data class AccessKeyInfoBaseResponse(val authMode: String? = null, 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(authMode: String? = null, authType: String, permissions: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authMode: String? = null

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

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.