PrivateLinkResource interface
A private link resource
Properties
group |
The group ID of the resource. |
id | The ID of the private link resource. |
name | The name of the private link resource. |
private |
The private link service ID of the resource, this field is exposed only to NRP internally. NOTE: This property will not be serialized. It can only be populated by the server. |
required |
The RequiredMembers of the resource |
type | The resource type. |
Property Details
groupId
The group ID of the resource.
groupId?: string
Property Value
string
id
The ID of the private link resource.
id?: string
Property Value
string
name
The name of the private link resource.
name?: string
Property Value
string
privateLinkServiceID
The private link service ID of the resource, this field is exposed only to NRP internally. NOTE: This property will not be serialized. It can only be populated by the server.
privateLinkServiceID?: string
Property Value
string
requiredMembers
The RequiredMembers of the resource
requiredMembers?: string[]
Property Value
string[]
type
The resource type.
type?: string
Property Value
string