GetHandshakesResult

data class GetHandshakesResult(val enableDetails: Boolean? = null, val handshakes: List<GetHandshakesHandshake>, val id: String, val ids: List<String>, val outputFile: String? = null, val status: String? = null)

A collection of values returned by getHandshakes.

Constructors

Link copied to clipboard
constructor(enableDetails: Boolean? = null, handshakes: List<GetHandshakesHandshake>, id: String, ids: List<String>, outputFile: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enableDetails: Boolean? = null
Link copied to clipboard

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

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of Resource Manager Handshake IDs.

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

The status of the invitation.