OperationResource Object
Contains information about resources (for example, scopes) associated with an operation.
This object is used by the following operations:
- Operations that reference the APIVersionResources object; for example, PUT /api/apis/versions/{APIVersionID}/resources.
The properties included in the OperationResource object are listed below.
Property | Type | Description |
---|---|---|
OperationName | string | The name of the operation. |
ResourceID | string[ ] | A list of resources (grants) associated with an operation. For each element:The unique ID for a specific resource; for example, the ScopeID or the APIVersionID. |