ApiReference interface
The Api reference.
- Extends
Properties
| brand |
The brand color of the api. |
| category | The tier. |
| description | The description of the api. |
| display |
The display name of the api. |
| icon |
The icon uri of the api. |
| integration |
The integration service environment reference. |
| swagger | The swagger of the api. |
Inherited Properties
| id | The resource id. |
| name | Gets the resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Gets the resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
brandColor
The brand color of the api.
brandColor?: string
Property Value
string
category
The tier.
category?: string
Property Value
string
description
The description of the api.
description?: string
Property Value
string
displayName
The display name of the api.
displayName?: string
Property Value
string
iconUri
The icon uri of the api.
iconUri?: string
Property Value
string
integrationServiceEnvironment
The integration service environment reference.
integrationServiceEnvironment?: ResourceReference
Property Value
swagger
The swagger of the api.
swagger?: any
Property Value
any
Inherited Property Details
id
name
Gets the resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ResourceReference.name
type
Gets the resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ResourceReference.type