|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
The StsPrincipal class contains a IDM principal.
More...
Classes | |
| class | Builder |
| Builder class for StsPrincipal. More... | |
Public Member Functions | |
| StsPrincipal () | |
| Generate all-fields constructor only for errors and standard structures that have relevant fields. | |
| vmware.vcenter.trusted_infrastructure.StsPrincipalId | GetId () |
| The principal's ID. | |
| void | SetId (vmware.vcenter.trusted_infrastructure.StsPrincipalId id) |
| The principal's ID. | |
| vmware.vcenter.trusted_infrastructure.StsPrincipalType | Get_Type () |
| The type of the principal (user or group). | |
| void | SetType (vmware.vcenter.trusted_infrastructure.StsPrincipalType type) |
| The type of the principal (user or group). | |
| vmware.vapi.bindings.type.StructType | _GetType () |
| vmware.vapi.data.StructValue | _GetDataValue () |
| void | _Validate () |
| bool | _HasTypeNameOf< T > () |
| T | _ConvertTo< T > () |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
The StsPrincipal class contains a IDM principal.
This class was added in vSphere API 7.0.0.
| vmware::vcenter::trusted_infrastructure::StsPrincipal::StsPrincipal | ( | ) | [inline] |
Generate all-fields constructor only for errors and standard structures that have relevant fields.
Creates a default new instance.
| T vmware::vcenter::trusted_infrastructure::StsPrincipal::_ConvertTo< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| vmware.vapi.data.StructValue vmware::vcenter::trusted_infrastructure::StsPrincipal::_GetDataValue | ( | ) | [inline] |
| vmware.vapi.bindings.type.StructType vmware::vcenter::trusted_infrastructure::StsPrincipal::_GetType | ( | ) | [inline] |
| bool vmware::vcenter::trusted_infrastructure::StsPrincipal::_HasTypeNameOf< T > | ( | ) | [inline] |
| T | : | vmware.vapi.bindings.IStructure |
| void vmware::vcenter::trusted_infrastructure::StsPrincipal::_Validate | ( | ) | [inline] |
| override bool vmware::vcenter::trusted_infrastructure::StsPrincipal::Equals | ( | object | obj | ) | [inline] |
| vmware.vcenter.trusted_infrastructure.StsPrincipalType vmware::vcenter::trusted_infrastructure::StsPrincipal::Get_Type | ( | ) | [inline] |
The type of the principal (user or group).
This attribute was added in vSphere API 7.0.0.
| override int vmware::vcenter::trusted_infrastructure::StsPrincipal::GetHashCode | ( | ) | [inline] |
| vmware.vcenter.trusted_infrastructure.StsPrincipalId vmware::vcenter::trusted_infrastructure::StsPrincipal::GetId | ( | ) | [inline] |
The principal's ID.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::trusted_infrastructure::StsPrincipal::SetId | ( | vmware.vcenter.trusted_infrastructure.StsPrincipalId | id | ) | [inline] |
The principal's ID.
This attribute was added in vSphere API 7.0.0.
| void vmware::vcenter::trusted_infrastructure::StsPrincipal::SetType | ( | vmware.vcenter.trusted_infrastructure.StsPrincipalType | type | ) | [inline] |
The type of the principal (user or group).
This attribute was added in vSphere API 7.0.0.
| override string vmware::vcenter::trusted_infrastructure::StsPrincipal::ToString | ( | ) | [inline] |