AzureFilesIdentityBasedAuthentication interface
Settings for Azure Files identity based authentication.
Properties
active |
Required if directoryServiceOptions are AD, optional if they are AADKERB. |
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. |
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