Class InviteUserIamPolicy

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

    public class InviteUserIamPolicy
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Invite a user to an IAM policy.
    • Method Detail

      • type

        public java.lang.String type()
        Gets the type. The policy type. This can be either "access" or "authorization".
        Returns:
        the type
      • roles

        public java.util.List<Role> roles()
        Gets the roles. A list of IAM roles.
        Returns:
        the roles
      • resources

        public java.util.List<Resource> resources()
        Gets the resources. A list of resources.
        Returns:
        the resources