OBJECT

Caller

link GraphQL Schema definition

  • type Caller {
  • # Authentication type for the action request
  • type: CallerType
  • # When the authentication type is BASIC, this member will be present and include
  • # user login
  • user: String
  • # When the authentication type is BASIC, this member will be present and include
  • # user login
  • ip: String
  • # When authentication type is either SIGNATURE or TOKEN, SSH key identifier
  • key_id: String
  • }

link Require by