Interface ProjectEnvironmentType.UpdateStages.WithUserRoleAssignments

All Known Subinterfaces:
ProjectEnvironmentType.Update
Enclosing interface:
ProjectEnvironmentType.UpdateStages

public static interface ProjectEnvironmentType.UpdateStages.WithUserRoleAssignments
The stage of the ProjectEnvironmentType update allowing to specify userRoleAssignments.
  • Method Details

    • withUserRoleAssignments

      ProjectEnvironmentType.Update withUserRoleAssignments(Map<String,UserRoleAssignmentValue> userRoleAssignments)
      Specifies the userRoleAssignments property: Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs..
      Parameters:
      userRoleAssignments - Role Assignments created on environment backing resources. This is a mapping from a user object ID to an object of role definition IDs.
      Returns:
      the next definition stage.