Uses of Class
odata.msgraph.client.beta.entity.AuthorizationPolicy
-
Packages that use AuthorizationPolicy Package Description odata.msgraph.client.beta.entity -
-
Uses of AuthorizationPolicy in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return AuthorizationPolicy Modifier and Type Method Description AuthorizationPolicyAuthorizationPolicy.Builder. build()AuthorizationPolicyAuthorizationPolicy. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AuthorizationPolicyAuthorizationPolicy. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AuthorizationPolicyAuthorizationPolicy. withAllowedToSignUpEmailBasedSubscriptions(Boolean allowedToSignUpEmailBasedSubscriptions)AuthorizationPolicyAuthorizationPolicy. withAllowedToUseSSPR(Boolean allowedToUseSSPR)AuthorizationPolicyAuthorizationPolicy. withAllowEmailVerifiedUsersToJoinOrganization(Boolean allowEmailVerifiedUsersToJoinOrganization)AuthorizationPolicyAuthorizationPolicy. withAllowInvitesFrom(AllowInvitesFrom allowInvitesFrom)AuthorizationPolicyAuthorizationPolicy. withBlockMsolPowerShell(Boolean blockMsolPowerShell)AuthorizationPolicyAuthorizationPolicy. withDefaultUserRolePermissions(DefaultUserRolePermissions defaultUserRolePermissions)AuthorizationPolicyAuthorizationPolicy. withEnabledPreviewFeatures(List<String> enabledPreviewFeatures)AuthorizationPolicyAuthorizationPolicy. withGuestUserRoleId(UUID guestUserRoleId)AuthorizationPolicyAuthorizationPolicy. withPermissionGrantPolicyIdsAssignedToDefaultUserRole(List<String> permissionGrantPolicyIdsAssignedToDefaultUserRole)AuthorizationPolicyAuthorizationPolicy. withUnmappedField(String name, String value)
-