DataLakeGen2PathAce

data class DataLakeGen2PathAce(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
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.