Class UserInfo

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

    public class UserInfo
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Information about the user that triggered a pipeline run. Only included for pipeline runs that were manually triggered.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIamId()
      Gets the iamId.
      java.lang.String getSub()
      Gets the sub.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getIamId

        public java.lang.String getIamId()
        Gets the iamId. IBM Cloud IAM ID.
        Returns:
        the iamId
      • getSub

        public java.lang.String getSub()
        Gets the sub. User email address.
        Returns:
        the sub