PrivateLinkResource type

A private link resource

type PrivateLinkResource = ProxyResource & {
  groupId?: string
  requiredMembers?: string[]
}