APIVisibilityScope Object
Contains information about the visibility of an API scope.
This object is used by the following operations:
The properties included in the APIVisibilityScope object are listed below.
Property | Type | Description |
---|---|---|
Visible | boolean | Indicates whether the API is visible to the user (true). |
RestrictedScope | boolean | Indicates whether scope is restricted. |
License | License[ ] | Contains information about an API license defined for a business. |
Operation | Operation[ ] | Includes information about an operation supported by an API. |
Resource | Resource[ ] | Contains information about a resource, such as a scope, defined for a business organization. |
AllAPIVisible | boolean |
If this property is set to true, the user has complete visibility of the API version, independent of the list of licenses, operations, and resources returned, if any. The user could have unrestricted visibility for either of these reasons:
|