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

Remote stub implementation of the Principal API service. More...

Inherits vmware::vcenter::trusted_infrastructure::Principal.

List of all members.

Public Member Functions

 PrincipalStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config)
 PrincipalStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config)
vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info Get ()
 Returns information about the STS used by this vCenter instance.
vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns information about the STS used by this vCenter instance.
global::System.Threading.Tasks.Task
< vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info
GetAsync ()
 Returns information about the STS used by this vCenter instance.
global::System.Threading.Tasks.Task
< vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info
GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig)
 Returns information about the STS used by this vCenter instance.

Detailed Description

Remote stub implementation of the Principal API service.


Constructor & Destructor Documentation

vmware::vcenter::trusted_infrastructure::PrincipalStub::PrincipalStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.TypeConverter  typeConverter,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]
vmware::vcenter::trusted_infrastructure::PrincipalStub::PrincipalStub ( vmware.vapi.core.IApiProvider  iApiProvider,
vmware.vapi.bindings.IStubConfiguration  config 
) [inline]

Member Function Documentation

vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info vmware::vcenter::trusted_infrastructure::PrincipalStub::Get ( ) [inline]

Returns information about the STS used by this vCenter instance.

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Errorif there is a generic error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires TrustedAdmin.ReadStsInfo .
Returns:
link Info} a summary containing the certificates used to sign tokens and the solution user used to retrieve them.

Implements vmware::vcenter::trusted_infrastructure::Principal.

vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info vmware::vcenter::trusted_infrastructure::PrincipalStub::Get ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns information about the STS used by this vCenter instance.

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Errorif there is a generic error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires TrustedAdmin.ReadStsInfo .
Returns:
link Info} a summary containing the certificates used to sign tokens and the solution user used to retrieve them.

Implements vmware::vcenter::trusted_infrastructure::Principal.

global::System.Threading.Tasks.Task<vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info> vmware::vcenter::trusted_infrastructure::PrincipalStub::GetAsync ( ) [inline]

Returns information about the STS used by this vCenter instance.

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Errorif there is a generic error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires TrustedAdmin.ReadStsInfo .
Returns:
link Info} a summary containing the certificates used to sign tokens and the solution user used to retrieve them.

Implements vmware::vcenter::trusted_infrastructure::Principal.

global::System.Threading.Tasks.Task<vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info> vmware::vcenter::trusted_infrastructure::PrincipalStub::GetAsync ( global::System.Action< vmware.vapi.std.Progress >  _progress,
vmware.vapi.bindings.client.InvocationConfig  _invocationConfig 
) [inline]

Returns information about the STS used by this vCenter instance.

This method was added in vSphere API 7.0.0.

Exceptions:
vmware.vapi.std.errors.Errorif there is a generic error.
vmware.vapi.std.errors.Unauthenticatedif the user can not be authenticated.
vmware.vapi.std.errors.Unauthorizedif you do not have all of the privileges described as follows:
  • Method execution requires TrustedAdmin.ReadStsInfo .
Returns:
link Info} a summary containing the certificates used to sign tokens and the solution user used to retrieve them.

Implements vmware::vcenter::trusted_infrastructure::Principal.


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