GetSharedTargetsResult

data class GetSharedTargetsResult(val id: String, val ids: List<String>, val outputFile: String? = null, val resourceShareId: String? = null, val status: String? = null, val targets: List<GetSharedTargetsTarget>)

A collection of values returned by getSharedTargets.

Constructors

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

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
val resourceShareId: String? = null

The resource shared ID of resource manager.

Link copied to clipboard
val status: String? = null

The status of shared target.

Link copied to clipboard

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