GetMECRoleResult

data class GetMECRoleResult(val connectionString: AsymmetricEncryptedSecretResponse? = null, val controllerEndpoint: String? = null, val id: String, val kind: String, val name: String, val resourceUniqueId: String? = null, val roleStatus: String, val systemData: SystemDataResponse, val type: String)

MEC role.

Constructors

Link copied to clipboard
constructor(connectionString: AsymmetricEncryptedSecretResponse? = null, controllerEndpoint: String? = null, id: String, kind: String, name: String, resourceUniqueId: String? = null, roleStatus: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Activation key of the MEC.

Link copied to clipboard

Controller Endpoint.

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

Role type. Expected value is 'MEC'.

Link copied to clipboard

The object name.

Link copied to clipboard

Unique Id of the Resource.

Link copied to clipboard

Role status.

Link copied to clipboard

Metadata pertaining to creation and last modification of Role

Link copied to clipboard

The hierarchical type of the object.