VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::trusted_infrastructure::StsPrincipalId Class Reference

The StsPrincipalId class contains an IDM principal ID. More...

List of all members.

Classes

class  Builder
 Builder class for StsPrincipalId. More...

Public Member Functions

 StsPrincipalId ()
 Generate all-fields constructor only for errors and standard structures that have relevant fields.
string GetName ()
 The principal's username.
void SetName (string name)
 The principal's username.
string GetDomain ()
 The principal's domain.
void SetDomain (string domain)
 The principal's domain.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The StsPrincipalId class contains an IDM principal ID.

This class was added in vSphere API 7.0.0.


Constructor & Destructor Documentation

vmware::vcenter::trusted_infrastructure::StsPrincipalId::StsPrincipalId ( ) [inline]

Generate all-fields constructor only for errors and standard structures that have relevant fields.

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::trusted_infrastructure::StsPrincipalId::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::trusted_infrastructure::StsPrincipalId::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::trusted_infrastructure::StsPrincipalId::_GetType ( ) [inline]
bool vmware::vcenter::trusted_infrastructure::StsPrincipalId::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::trusted_infrastructure::StsPrincipalId::_Validate ( ) [inline]
override bool vmware::vcenter::trusted_infrastructure::StsPrincipalId::Equals ( object  obj) [inline]
string vmware::vcenter::trusted_infrastructure::StsPrincipalId::GetDomain ( ) [inline]

The principal's domain.

This attribute was added in vSphere API 7.0.0.

override int vmware::vcenter::trusted_infrastructure::StsPrincipalId::GetHashCode ( ) [inline]
string vmware::vcenter::trusted_infrastructure::StsPrincipalId::GetName ( ) [inline]

The principal's username.

This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::trusted_infrastructure::StsPrincipalId::SetDomain ( string  domain) [inline]

The principal's domain.

This attribute was added in vSphere API 7.0.0.

void vmware::vcenter::trusted_infrastructure::StsPrincipalId::SetName ( string  name) [inline]

The principal's username.

This attribute was added in vSphere API 7.0.0.

override string vmware::vcenter::trusted_infrastructure::StsPrincipalId::ToString ( ) [inline]

The documentation for this class was generated from the following file: