PrivateLinkScopedResourceResponse

data class PrivateLinkScopedResourceResponse(val resourceId: String? = null, val scopeId: String? = null)

The private link scope resource reference.

Constructors

Link copied to clipboard
constructor(resourceId: String? = null, scopeId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val resourceId: String? = null

The full resource Id of the private link scope resource.

Link copied to clipboard
val scopeId: String? = null

The private link scope unique Identifier.