FunctionsDeploymentResponseAuthentication

data class FunctionsDeploymentResponseAuthentication(val storageAccountConnectionStringName: String? = null, val type: String? = null, val userAssignedIdentityResourceId: String? = null)

Authentication method to access the storage account for deployment.

Constructors

constructor(storageAccountConnectionStringName: String? = null, type: String? = null, userAssignedIdentityResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Use this property for StorageAccountConnectionString. Set the name of the app setting that has the storage account connection string. Do not set a value for this property when using other authentication type.

Link copied to clipboard
val type: String? = null

Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString.

Link copied to clipboard

Use this property for UserAssignedIdentity. Set the resource ID of the identity. Do not set a value for this property when using other authentication type.