SharedPrivateLinkResourcePropertiesResponse

data class SharedPrivateLinkResourcePropertiesResponse(val groupId: String? = null, val privateLink: ResourceReferenceResponse? = null, val privateLinkLocation: String? = null, val requestMessage: String? = null, val status: String? = null)

Describes the properties of an existing Shared Private Link Resource to use when connecting to a private origin.

Constructors

constructor(groupId: String? = null, privateLink: ResourceReferenceResponse? = null, privateLinkLocation: String? = null, requestMessage: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupId: String? = null

The group id from the provider of resource the shared private link resource is for.

Link copied to clipboard

The resource id of the resource the shared private link resource is for.

Link copied to clipboard

The location of the shared private link resource

Link copied to clipboard
val requestMessage: String? = null

The request message for requesting approval of the shared private link resource.

Link copied to clipboard
val status: String? = null

Status of the shared private link resource. Can be Pending, Approved, Rejected, Disconnected, or Timeout.