Uses of Class
com.microsoft.graph.models.AccessReviewScope
Packages that use AccessReviewScope
-
Uses of AccessReviewScope in com.microsoft.graph.models
Subclasses of AccessReviewScope in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassclassclassMethods in com.microsoft.graph.models that return AccessReviewScopeModifier and TypeMethodDescriptionstatic AccessReviewScopeAccessReviewScope.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueAccessReviewScheduleDefinition.getInstanceEnumerationScope()Gets the instanceEnumerationScope property value.AccessReviewInstance.getScope()Gets the scope property value.AccessReviewScheduleDefinition.getScope()Gets the scope property value.Methods in com.microsoft.graph.models that return types with arguments of type AccessReviewScopeModifier and TypeMethodDescriptionPrincipalResourceMembershipsScope.getPrincipalScopes()Gets the principalScopes property value.PrincipalResourceMembershipsScope.getResourceScopes()Gets the resourceScopes property value.AccessReviewHistoryDefinition.getScopes()Gets the scopes property value.Methods in com.microsoft.graph.models with parameters of type AccessReviewScopeModifier and TypeMethodDescriptionvoidAccessReviewScheduleDefinition.setInstanceEnumerationScope(AccessReviewScope value) Sets the instanceEnumerationScope property value.voidAccessReviewInstance.setScope(AccessReviewScope value) Sets the scope property value.voidAccessReviewScheduleDefinition.setScope(AccessReviewScope value) Sets the scope property value.Method parameters in com.microsoft.graph.models with type arguments of type AccessReviewScopeModifier and TypeMethodDescriptionvoidPrincipalResourceMembershipsScope.setPrincipalScopes(List<AccessReviewScope> value) Sets the principalScopes property value.voidPrincipalResourceMembershipsScope.setResourceScopes(List<AccessReviewScope> value) Sets the resourceScopes property value.voidAccessReviewHistoryDefinition.setScopes(List<AccessReviewScope> value) Sets the scopes property value.