Class SetProfileIdentitiesOptions

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

    public class SetProfileIdentitiesOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The setProfileIdentities options.
    • Method Detail

      • profileId

        public java.lang.String profileId()
        Gets the profileId. ID of the trusted profile.
        Returns:
        the profileId
      • ifMatch

        public java.lang.String ifMatch()
        Gets the ifMatch. Entity tag of the Identities to be updated. Specify the tag that you retrieved when reading the Profile Identities. This value helps identify parallel usage of this API. Pass * to indicate updating any available version, which may result in stale updates.
        Returns:
        the ifMatch
      • identities

        public java.util.List<ProfileIdentityRequest> identities()
        Gets the identities. List of identities that can assume the trusted profile.
        Returns:
        the identities