Class MemberRolesSchema

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

    public class MemberRolesSchema
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Member roles of a corresponding asset.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MemberRolesSchema.Builder newBuilder()
      New builder.
      java.util.List<java.lang.String> roles()
      Gets the roles.
      java.lang.String userIamId()
      Gets the userIamId.
      • 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

      • userIamId

        public java.lang.String userIamId()
        Gets the userIamId. User id.
        Returns:
        the userIamId
      • roles

        public java.util.List<java.lang.String> roles()
        Gets the roles. Roles of the given user.
        Returns:
        the roles