Interface GetApplicationAssignmentConfigurationResponse.Builder

    • Method Detail

      • assignmentRequired

        GetApplicationAssignmentConfigurationResponse.Builder assignmentRequired​(Boolean assignmentRequired)

        If AssignmentsRequired is true (default value), users don’t have access to the application unless an assignment is created using the CreateApplicationAssignment API. If false, all users have access to the application.

        Parameters:
        assignmentRequired - If AssignmentsRequired is true (default value), users don’t have access to the application unless an assignment is created using the CreateApplicationAssignment API. If false, all users have access to the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.