V3SubscriptionTransactionRequestedBy

V3SubscriptionTransactionRequestedBy
V3SubscriptionTransactionRequestedBy

Represent entity (user or system) that initiated given request.

JSON Example
{
    "email": "[email protected]",
    "entityType": "USER",
    "systemName": "SAP",
    "userId": "vmware.com:be775320-02d9-4a46-afc3-4b279ab17574"
}
string
email
Optional

The email of the user that initiated the request if known. Applicable only if entityType is USER.

string
entityType
Required

Whether the request is initiated by user or system. If the entity is not known (e.g. it is requested by user through GSS but we do not have the user) should be set to UNKNOWN.

Possible values are : USER, SYSTEM, CSP_PORTAL_SELF_SERVICE, UNKNOWN,
string
systemName
Optional

The name of the system that initiated the request. Applicable only if entityType is SYSTEM.

string
userId
Optional

The CSP user id of the user that initiated the request if known. Applicable only if entityType is USER.