Enum ApprovalWorkflowAssignment.AssignmentType

  • All Implemented Interfaces:
    BmcEnum, Serializable, Comparable<ApprovalWorkflowAssignment.AssignmentType>
    Enclosing class:
    ApprovalWorkflowAssignment

    public static enum ApprovalWorkflowAssignment.AssignmentType
    extends Enum<ApprovalWorkflowAssignment.AssignmentType>
    implements BmcEnum
    Type of approval workflow assignment to the resource.

    Resources like Group have only one workflow associated (default assignment type is membership), but resources like TemporalBusinessRole can have atleast 2 AWs attached, one for membership to TPR, another for activation of that TPR membership

    *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none