[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
Requestor
Defines the properties of the Requestor.
Properties
string
email
Optional
The email of the Requestor.
string
entityType
Optional
The entity type of the Requestor, values can be ‘USER’ ‘SYSTEM’ ‘UNKNOWN’.
Possible values are: USER , SYSTEM , UNKNOWN
string
firstName
Optional
The first name of the Requestor.
string
lastName
Optional
The last name of the Requestor.
string
systemName
Optional
The system name of the Requestor.
JSON Example
{
"email": "string",
"entityType": "USER",
"firstName": "string",
"lastName": "string",
"systemName": "string"
}