Class ProfileClaimRule

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

    public class ProfileClaimRule
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    ProfileClaimRule.
    • 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