Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPermission
Packages that use MicrosoftGraphPermission
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphPermission in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPermissionModifier and TypeMethodDescriptionMicrosoftGraphPermission.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: permission.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.withGrantedTo(MicrosoftGraphIdentitySet grantedTo) Set the grantedTo property: identitySet.MicrosoftGraphPermission.withGrantedToIdentities(List<MicrosoftGraphIdentitySet> grantedToIdentities) Set the grantedToIdentities property: For link type permissions, the details of the users to whom permission was granted.MicrosoftGraphPermission.withHasPassword(Boolean hasPassword) Set the hasPassword property: This indicates whether password is set for this permission, it's only showing in response.Set the id property: Read-only.MicrosoftGraphPermission.withInheritedFrom(MicrosoftGraphItemReference inheritedFrom) Set the inheritedFrom property: itemReference.MicrosoftGraphPermission.withInvitation(MicrosoftGraphSharingInvitation invitation) Set the invitation property: sharingInvitation.MicrosoftGraphPermission.withLink(MicrosoftGraphSharingLink link) Set the link property: sharingLink.Set the roles property: The type of permission, e.g.MicrosoftGraphPermission.withShareId(String shareId) Set the shareId property: A unique token that can be used to access this shared item via the **shares** API.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPermissionModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.permissions()Get the permissions property: The set of permissions for the item.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPermissionModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.withPermissions(List<MicrosoftGraphPermission> permissions) Set the permissions property: The set of permissions for the item.