DataLakeFileSystem
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
name | string | Required, Identifier | The file system name |
accessControl | DataLakeAccessControlEntry[] | Access control entries applied to the file system root. Requires a hierarchical namespace-enabled account. | |
defaultEncryptionScope | string | The encryption scope applied by default to paths in the file system. Can only be set when the file system is created. | |
eTag | string | Read-only | The file system ETag |
group | string | The Microsoft Entra object ID of the owning group of the file system root | |
lastModified | string | Read-only | When the file system was last modified |
metadata | Dictionary<string, String> | Name/value pairs to associate with the file system | |
owner | string | The Microsoft Entra object ID of the owning user of the file system root | |
url | string | Read-only | The file system URL |
DataLakeAccessControlEntry
| Property | Type | Attributes | Description |
|---|---|---|---|
permissions | string | Required | The permissions granted, as a 3-character rwx string such as 'r-x' |
type | 'User' | 'Group' | 'Mask' | 'Other' | Required | The type of principal the entry applies to |
id | string | The Microsoft Entra object ID of the user or group. Omit to target the owning user or group, and leave unset for 'Mask' and 'Other' entries. | |
scope | 'Access' | 'Default' | Whether the entry applies to the item itself ('Access') or is inherited by new child items ('Default'). Defaults to 'Access'. |
Dictionary<string, String>
Additional properties of type string are allowed.