AzureFilesIdentityBasedAuthentication interface
Settings for Azure Files identity based authentication.
Properties
| active |
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). |
| default |
Default share permission for users using Kerberos authentication if RBAC role is not assigned. |
| directory |
Indicates the directory service used. Note that this enum may be extended in the future. |
| smb |
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