MECRole interface
MEC role.
- Extends
Properties
connection |
Activation key of the MEC. |
controller |
Controller Endpoint. |
kind | Polymorphic discriminator, which specifies the different types this object can be |
resource |
Unique Id of the Resource. |
role |
Role status. |
Inherited Properties
id | The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The object name. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Role configured on ASE resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
connectionString
Activation key of the MEC.
connectionString?: AsymmetricEncryptedSecret
Property Value
controllerEndpoint
Controller Endpoint.
controllerEndpoint?: string
Property Value
string
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "MEC"
Property Value
"MEC"
resourceUniqueId
Unique Id of the Resource.
resourceUniqueId?: string
Property Value
string
roleStatus
Role status.
roleStatus?: string
Property Value
string
Inherited Property Details
id
The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Role.id
name
The object name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Role.name
systemData
Role configured on ASE resource NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From Role.systemData
type
The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Role.type