GetSharedResourcesResource

data class GetSharedResourcesResource(val id: String, val resourceId: String, val resourceShareId: String, val resourceType: String, val status: String)

Constructors

Link copied to clipboard
constructor(id: String, resourceId: String, resourceShareId: String, resourceType: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the Shared Resource. It formats as <resource_id>:<resource_type>.

Link copied to clipboard

The ID of the shared resource.

Link copied to clipboard

The resource share ID of resource manager.

Link copied to clipboard

The type of shared resource.

Link copied to clipboard

The status of share resource. Valid values: Associated, Associating, Disassociated, Disassociating and Failed.