MicrosoftGraphPermission |
MicrosoftGraphPermission.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: permission.
|
MicrosoftGraphPermission |
MicrosoftGraphPermission.withExpirationDateTime(OffsetDateTime expirationDateTime) |
Set the expirationDateTime property: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration
time of the permission.
|
MicrosoftGraphPermission |
MicrosoftGraphPermission.withGrantedTo(MicrosoftGraphIdentitySet grantedTo) |
Set the grantedTo property: identitySet.
|
MicrosoftGraphPermission |
MicrosoftGraphPermission.withGrantedToIdentities(List<MicrosoftGraphIdentitySet> grantedToIdentities) |
Set the grantedToIdentities property: For link type permissions, the details of the users to whom permission was
granted.
|
MicrosoftGraphPermission |
MicrosoftGraphPermission.withHasPassword(Boolean hasPassword) |
Set the hasPassword property: This indicates whether password is set for this permission, it's only showing in
response.
|
MicrosoftGraphPermission |
MicrosoftGraphPermission.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphPermission |
MicrosoftGraphPermission.withInheritedFrom(MicrosoftGraphItemReference inheritedFrom) |
Set the inheritedFrom property: itemReference.
|
MicrosoftGraphPermission |
MicrosoftGraphPermission.withInvitation(MicrosoftGraphSharingInvitation invitation) |
Set the invitation property: sharingInvitation.
|
MicrosoftGraphPermission |
MicrosoftGraphPermission.withLink(MicrosoftGraphSharingLink link) |
Set the link property: sharingLink.
|
MicrosoftGraphPermission |
MicrosoftGraphPermission.withRoles(List<String> roles) |
Set the roles property: The type of permission, e.g.
|
MicrosoftGraphPermission |
MicrosoftGraphPermission.withShareId(String shareId) |
Set the shareId property: A unique token that can be used to access this shared item via the **shares** API.
|