Service - CertificateSSOConnector

Class
VMware.Hv.CertificateSSOConnector
See also
CertificateSSOConnectorId, CertificateSSOConnectorInfo, CertificateSSOConnectorSpec, MapEntry
Since
Horizon 7.0


Service Description

The Certificate SSO Connector service interface.

Methods

Methods defined in this Service
CertificateSSOConnector_Create, CertificateSSOConnector_Delete, CertificateSSOConnector_Get, CertificateSSOConnector_List, CertificateSSOConnector_Update

CertificateSSOConnector_Create

Creates a Certificate SSO Connector.

Privileges

Privilege Description
ADMINISTRATOR Administrator is required to create a connector.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CertificateSSOConnector used to make the method call.
specCertificateSSOConnectorSpec

The specification of the connector.

Return Value

Type Description
CertificateSSOConnectorIdThe ID of the newly created connector.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Events

Event Description
VLSI_CERT_SSO_CONNECTOR_CREATED If the connector was successfully created.
VLSI_CERT_SSO_CONNECTOR_CREATE_FAILED If the connector could not be created.

Show WSDL type definition



CertificateSSOConnector_Delete

Deletes the specified Certificate SSO Connector.

Privileges

Privilege Description
ADMINISTRATOR Administrator is required to delete a connector.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CertificateSSOConnector used to make the method call.
idCertificateSSOConnectorId

The ID of the connector to delete.

Return Value

Type Description
None

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Events

Event Description
VLSI_CERT_SSO_CONNECTOR_DELETED If the connector was successfully deleted.
VLSI_CERT_SSO_CONNECTOR_DELETE_FAILED If the connector could not be deleted.

Show WSDL type definition



CertificateSSOConnector_Get

Retrieves information about a Certificate SSO Connector.

Privileges

Privilege Description
ADMINISTRATOR_VIEW Administrator (read-only) is required to retrieve information about a connector.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CertificateSSOConnector used to make the method call.
idCertificateSSOConnectorId

The ID of the connector.

Return Value

Type Description
CertificateSSOConnectorInfoInformation about the specified connector.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



CertificateSSOConnector_List

Lists the configured Certificate SSO Connectors.

Privileges

Privilege Description
ADMINISTRATOR_VIEW Administrator (read-only) is required to list connectors.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CertificateSSOConnector used to make the method call.

Return Value

Type Description
CertificateSSOConnectorInfo[]Information about the configured connectors.

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



CertificateSSOConnector_Update

Updates a Certificate SSO Connector.

Privileges

Privilege Description
ADMINISTRATOR Administrator is required to update a connector.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the CertificateSSOConnector used to make the method call.
idCertificateSSOConnectorId

The ID of the connector to update.
updatesMapEntry[]

Key value pairs describing attributes to be updated.

Return Value

Type Description
None

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Events

Event Description
VLSI_CERT_SSO_CONNECTOR_UPDATED If the connector was successfully updated.
VLSI_CERT_SSO_CONNECTOR_UPDATE_FAILED If the connector could not be updated.

Show WSDL type definition