Class ProfileClaimRule
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ProfileClaimRule
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ProfileClaimRule extends com.ibm.cloud.sdk.core.service.model.GenericModelProfileClaimRule.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ProfileClaimRuleConditions>getConditions()Gets the conditions.java.util.DategetCreatedAt()Gets the createdAt.java.lang.StringgetCrType()Gets the crType.java.lang.StringgetEntityTag()Gets the entityTag.java.lang.LonggetExpiration()Gets the expiration.java.lang.StringgetId()Gets the id.java.util.DategetModifiedAt()Gets the modifiedAt.java.lang.StringgetName()Gets the name.java.lang.StringgetRealmName()Gets the realmName.java.lang.StringgetType()Gets the type.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the id. the unique identifier of the claim rule.- Returns:
- the id
-
getEntityTag
public java.lang.String getEntityTag()
Gets the entityTag. version of the claim rule.- Returns:
- the entityTag
-
getCreatedAt
public java.util.Date getCreatedAt()
Gets the createdAt. If set contains a date time string of the creation date in ISO format.- Returns:
- the createdAt
-
getModifiedAt
public java.util.Date getModifiedAt()
Gets the modifiedAt. If set contains a date time string of the last modification date in ISO format.- Returns:
- the modifiedAt
-
getName
public java.lang.String getName()
Gets the name. The optional claim rule name.- Returns:
- the name
-
getType
public java.lang.String getType()
Gets the type. Type of the claim rule, either 'Profile-SAML' or 'Profile-CR'.- Returns:
- the type
-
getRealmName
public java.lang.String getRealmName()
Gets the realmName. The realm name of the Idp this claim rule applies to.- Returns:
- the realmName
-
getExpiration
public java.lang.Long getExpiration()
Gets the expiration. Session expiration in seconds.- Returns:
- the expiration
-
getCrType
public java.lang.String getCrType()
Gets the crType. The compute resource type. Not required if type is Profile-SAML. Valid values are VSI, IKS_SA, ROKS_SA.- Returns:
- the crType
-
getConditions
public java.util.List<ProfileClaimRuleConditions> getConditions()
Gets the conditions. Conditions of this claim rule.- Returns:
- the conditions
-
-