ResourceLink interface
The resource link.
Properties
id | The fully qualified ID of the resource link. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource link. NOTE: This property will not be serialized. It can only be populated by the server. |
properties | Properties for resource link. |
type | The resource link object. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
The fully qualified ID of the resource link. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
The name of the resource link. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
properties
Properties for resource link.
properties?: ResourceLinkProperties
Property Value
type
The resource link object. NOTE: This property will not be serialized. It can only be populated by the server.
type?: Record<string, unknown>
Property Value
Record<string, unknown>