Uses of Class
com.azure.resourcemanager.authorization.models.UserSet
Packages that use UserSet
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of UserSet in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return UserSetModifier and TypeMethodDescriptionUserSet.withDescription(String description) Set the description property: The description of the user.Set the id property: The object id of the user.UserSet.withIsBackup(Boolean isBackup) Set the isBackup property: The value indicating whether the user is a backup fallback approver.UserSet.withUserType(UserType userType) Set the userType property: The type of user.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type UserSetModifier and TypeMethodDescriptionApprovalStage.escalationApprovers()Get the escalationApprovers property: The escalation approver of the request.ApprovalStage.primaryApprovers()Get the primaryApprovers property: The primary approver of the request.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type UserSetModifier and TypeMethodDescriptionApprovalStage.withEscalationApprovers(List<UserSet> escalationApprovers) Set the escalationApprovers property: The escalation approver of the request.ApprovalStage.withPrimaryApprovers(List<UserSet> primaryApprovers) Set the primaryApprovers property: The primary approver of the request.