OperationOAuthDetails Object
Includes information about OAuth details applicable to a specific operation.
This object is used by the following operations:
- Operations that reference the Operation object
- Operations that reference the InterfaceOperation object
- Operations that reference the OperationsOAuthDetails object
The properties included in the OperationOAuthDetails object are listed below.
Property | Type | Required | Description |
---|---|---|---|
OperationKey | string | Optional | Unique key for the operation. |
OperationName | string | Required | The name of the operation. |
Resource | string[ ] | Optional | One or more resources (scopes) associated with the operation, for which permission can be requested via OAuth. |
InterfaceQName | string | Optional | The QName for the API interface; a unique ID, for internal use only. |
WsdlOperationName | string | Optional | Name of the WSDL for the operation. |