Class ProfileClaimRuleConditions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ProfileClaimRuleConditions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ProfileClaimRuleConditions extends com.ibm.cloud.sdk.core.service.model.GenericModelProfileClaimRuleConditions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProfileClaimRuleConditions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringclaim()Gets the claim.ProfileClaimRuleConditions.BuildernewBuilder()New builder.java.lang.Stringoperator()Gets the operator.java.lang.Stringvalue()Gets the value.
-
-
-
Method Detail
-
newBuilder
public ProfileClaimRuleConditions.Builder newBuilder()
New builder.- Returns:
- a ProfileClaimRuleConditions builder
-
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
-
-