AzureFilesIdentityBasedAuthentication interface

Settings for Azure Files identity based authentication.

Properties

activeDirectoryProperties

Required if directoryServiceOptions are AD, optional if they are AADKERB.

defaultSharePermission

Default share permission for users using Kerberos authentication if RBAC role is not assigned.

directoryServiceOptions

Indicates the directory service used. Note that this enum may be extended in the future.

Property Details

activeDirectoryProperties

Required if directoryServiceOptions are AD, optional if they are AADKERB.

activeDirectoryProperties?: ActiveDirectoryProperties

Property Value

defaultSharePermission

Default share permission for users using Kerberos authentication if RBAC role is not assigned.

defaultSharePermission?: string

Property Value

string

directoryServiceOptions

Indicates the directory service used. Note that this enum may be extended in the future.

directoryServiceOptions: string

Property Value

string