VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Principal
interface contains information about the certificates which sign the tokens used by vCenter for authentication.
More...
Inherited by vmware::vcenter::trusted_infrastructure::PrincipalStub.
Public Member Functions | |
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. |
The Principal
interface contains information about the certificates which sign the tokens used by vCenter for authentication.
This interface was added in vSphere API 7.0.0.
vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info vmware::vcenter::trusted_infrastructure::Principal::Get | ( | ) |
Returns information about the STS used by this vCenter instance.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | if there is a generic error. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::vcenter::trusted_infrastructure::PrincipalStub.
vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info vmware::vcenter::trusted_infrastructure::Principal::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.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | if there is a generic error. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::vcenter::trusted_infrastructure::PrincipalStub.
global::System.Threading.Tasks.Task<vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info> vmware::vcenter::trusted_infrastructure::Principal::GetAsync | ( | ) |
Returns information about the STS used by this vCenter instance.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | if there is a generic error. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::vcenter::trusted_infrastructure::PrincipalStub.
global::System.Threading.Tasks.Task<vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info> vmware::vcenter::trusted_infrastructure::Principal::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.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Error | if there is a generic error. |
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implemented in vmware::vcenter::trusted_infrastructure::PrincipalStub.