Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCalendarPermission
Packages that use MicrosoftGraphCalendarPermission
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphCalendarPermission in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphCalendarPermissionModifier and TypeMethodDescriptionMicrosoftGraphCalendarPermission.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: calendarPermission.MicrosoftGraphCalendarPermission.withAllowedRoles(List<MicrosoftGraphCalendarRoleType> allowedRoles) Set the allowedRoles property: List of allowed sharing or delegating permission levels for the calendar.MicrosoftGraphCalendarPermission.withEmailAddress(MicrosoftGraphEmailAddress emailAddress) Set the emailAddress property: emailAddress.Set the id property: Read-only.MicrosoftGraphCalendarPermission.withIsInsideOrganization(Boolean isInsideOrganization) Set the isInsideOrganization property: True if the user in context (sharee or delegate) is inside the same organization as the calendar owner.MicrosoftGraphCalendarPermission.withIsRemovable(Boolean isRemovable) Set the isRemovable property: True if the user can be removed from the list of sharees or delegates for the specified calendar, false otherwise.MicrosoftGraphCalendarPermission.withRole(MicrosoftGraphCalendarRoleType role) Set the role property: calendarRoleType.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphCalendarPermissionModifier and TypeMethodDescriptionMicrosoftGraphCalendar.calendarPermissions()Get the calendarPermissions property: The permissions of the users with whom the calendar is shared.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphCalendarPermissionModifier and TypeMethodDescriptionMicrosoftGraphCalendar.withCalendarPermissions(List<MicrosoftGraphCalendarPermission> calendarPermissions) Set the calendarPermissions property: The permissions of the users with whom the calendar is shared.