Uses of Class
odata.msgraph.client.entity.UnifiedRoleAssignment
-
Packages that use UnifiedRoleAssignment Package Description odata.msgraph.client.entity -
-
Uses of UnifiedRoleAssignment in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type UnifiedRoleAssignment Modifier and Type Field Description protected List<UnifiedRoleAssignment>RbacApplication. roleAssignmentsMethods in odata.msgraph.client.entity that return UnifiedRoleAssignment Modifier and Type Method Description UnifiedRoleAssignmentUnifiedRoleAssignment.Builder. build()UnifiedRoleAssignmentUnifiedRoleAssignment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.UnifiedRoleAssignmentUnifiedRoleAssignment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).UnifiedRoleAssignmentUnifiedRoleAssignment. withAppScope(AppScope appScope)UnifiedRoleAssignmentUnifiedRoleAssignment. withAppScopeId(String appScopeId)UnifiedRoleAssignmentUnifiedRoleAssignment. withCondition(String condition)UnifiedRoleAssignmentUnifiedRoleAssignment. withDirectoryScopeId(String directoryScopeId)UnifiedRoleAssignmentUnifiedRoleAssignment. withPrincipalId(String principalId)UnifiedRoleAssignmentUnifiedRoleAssignment. withRoleDefinitionId(String roleDefinitionId)UnifiedRoleAssignmentUnifiedRoleAssignment. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type UnifiedRoleAssignment Modifier and Type Method Description RbacApplication.BuilderRbacApplication.Builder. roleAssignments(UnifiedRoleAssignment... roleAssignments)Method parameters in odata.msgraph.client.entity with type arguments of type UnifiedRoleAssignment Modifier and Type Method Description RbacApplication.BuilderRbacApplication.Builder. roleAssignments(List<UnifiedRoleAssignment> roleAssignments)RbacApplicationRbacApplication. withRoleAssignments(List<UnifiedRoleAssignment> roleAssignments)
-