DataLakeGen2FilesystemAce

data class DataLakeGen2FilesystemAce(val id: String? = null, val permissions: String, val scope: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(id: String? = null, permissions: String, scope: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Specifies the Object ID of the Azure Active Directory User or Group that the entry relates to. Only valid for user or group entries.

Link copied to clipboard

Specifies the permissions for the entry in rwx form. For example, rwx gives full permissions but r-- only gives read permissions. More details on ACLs can be found here: https://docs.microsoft.com/azure/storage/blobs/data-lake-storage-access-control#access-control-lists-on-files-and-directories

Link copied to clipboard
val scope: String? = null

Specifies whether the ACE represents an access entry or a default entry. Default value is access.

Link copied to clipboard

Specifies the type of entry. Can be user, group, mask or other.