Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.51 KB

File metadata and controls

18 lines (15 loc) · 1.51 KB

# Permission

Properties

Name Type Description Notes
id string The unique identifier of the permission among all permissions on the item. Read-only. [optional] [readonly]
has_password bool Indicates whether the password is set for this permission. This property only appears in the response. Optional. Read-only. [optional] [readonly]
expiration_date_time \DateTime An optional expiration date which limits the permission in time. [optional]
created_date_time \DateTime An optional creation date. Libregraph only. [optional]
granted_to_v2 \OpenAPI\Client\Model\SharePointIdentitySet [optional]
link \OpenAPI\Client\Model\SharingLink [optional]
roles string[] [optional]
granted_to_identities \OpenAPI\Client\Model\IdentitySet[] For link type permissions, the details of the identity to whom permission was granted. This could be used to grant access to a an external user that can be identified by email, aka guest accounts. [optional]
at_libre_graph_permissions_actions string[] Use this to create a permission with custom actions. [optional]
invitation \OpenAPI\Client\Model\SharingInvitation [optional]

[Back to Model list] [Back to API list] [Back to README]