GetSharedResourcesResult

data class GetSharedResourcesResult(val id: String, val ids: List<String>, val outputFile: String? = null, val resourceShareId: String? = null, val resources: List<GetSharedResourcesResource>, val status: String? = null)

A collection of values returned by getSharedResources.

Constructors

Link copied to clipboard
constructor(id: String, ids: List<String>, outputFile: String? = null, resourceShareId: String? = null, resources: List<GetSharedResourcesResource>, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard

A list of Resource Manager Shared Resources. Each element contains the following attributes:

Link copied to clipboard
val resourceShareId: String? = null

The resource share ID of resource manager.

Link copied to clipboard
val status: String? = null

The status of shared resource.