SharedPrivateLinkResourceProperty interface
Properties of a shared private link resource.
Properties
| group |
group id of the private link |
| private |
the resource id that private link links to |
| request |
Request message |
| status | Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection) |
Property Details
groupId
group id of the private link
groupId?: string
Property Value
string
privateLinkResourceId
the resource id that private link links to
privateLinkResourceId?: string
Property Value
string
requestMessage
Request message
requestMessage?: string
Property Value
string
status
Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection)
status?: string
Property Value
string