Class ProfileClaimRuleConditions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ProfileClaimRuleConditions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    ProfileClaimRuleConditions.
    • Method Detail

      • claim

        public java.lang.String claim()
        Gets the claim. The claim to evaluate against. [Learn more](/docs/account?topic=account-iam-condition-properties&interface=ui#cr-attribute-names).
        Returns:
        the claim
      • operator

        public java.lang.String operator()
        Gets the operator. The operation to perform on the claim. valid values are EQUALS, NOT_EQUALS, EQUALS_IGNORE_CASE, NOT_EQUALS_IGNORE_CASE, CONTAINS, IN.
        Returns:
        the operator
      • value

        public java.lang.String value()
        Gets the value. The stringified JSON value that the claim is compared to using the operator.
        Returns:
        the value