Share via


AzureFilesIdentityBasedAuthentication interface

Settings for Azure Files identity based authentication.

Properties

activeDirectoryProperties

Additional information about the directory service. Required if directoryServiceOptions is AD (AD DS authentication). Optional for directoryServiceOptions AADDS (Entra DS authentication) and AADKERB (Entra authentication).

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.

smbOAuthSettings

Required for Managed Identities access using OAuth over SMB.

Property Details

activeDirectoryProperties

Additional information about the directory service. Required if directoryServiceOptions is AD (AD DS authentication). Optional for directoryServiceOptions AADDS (Entra DS authentication) and AADKERB (Entra authentication).

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

smbOAuthSettings

Required for Managed Identities access using OAuth over SMB.

smbOAuthSettings?: SmbOAuthSettings

Property Value