Class UserExtApplicablePasswordPolicy.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • value

        public UserExtApplicablePasswordPolicy.Builder value​(String value)
        The identifier of the password policy.

        *Added In:** 20.1.3

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

        Parameters:
        value - the value to set
        Returns:
        this builder
      • ref

        public UserExtApplicablePasswordPolicy.Builder ref​(String ref)
        The URI of the corresponding PasswordPolicy resource.

        *Added In:** 20.1.3

        *SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none

        Parameters:
        ref - the value to set
        Returns:
        this builder
      • display

        public UserExtApplicablePasswordPolicy.Builder display​(String display)
        Password Policy Display Name

        *Added In:** 20.1.3

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

        Parameters:
        display - the value to set
        Returns:
        this builder
      • priority

        public UserExtApplicablePasswordPolicy.Builder priority​(Integer priority)
        PasswordPolicy priority

        *Added In:** 20.1.3

        *SCIM++ Properties:** - caseExact: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: integer - uniqueness: none

        Parameters:
        priority - the value to set
        Returns:
        this builder