OBJECT
Caller
link GraphQL Schema definition
- type Caller {
- # Authentication type for the action request
- CallerType :
- # When the authentication type is BASIC, this member will be present and include
- # user login
- String :
- # When the authentication type is BASIC, this member will be present and include
- # user login
- String :
- # When authentication type is either SIGNATURE or TOKEN, SSH key identifier
- String :
- }