| Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |
Methods
Methods defined in this Service |
---|
CertificateSSOConnector_Create, CertificateSSOConnector_Delete, CertificateSSOConnector_Get, CertificateSSOConnector_List, CertificateSSOConnector_Update |
Privileges
Privilege | Description |
---|---|
ADMINISTRATOR | Administrator is required to create a connector. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the CertificateSSOConnector used to make the method call. |
spec | CertificateSSOConnectorSpec |
The specification of the connector.
|
Return Value
Type | Description |
---|---|
CertificateSSOConnectorId | The ID of the newly created connector. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown 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. |
Privileges
Privilege | Description |
---|---|
ADMINISTRATOR | Administrator is required to delete a connector. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the CertificateSSOConnector used to make the method call. |
id | CertificateSSOConnectorId |
The ID of the connector to delete.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown 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. |
Privileges
Privilege | Description |
---|---|
ADMINISTRATOR_VIEW | Administrator (read-only) is required to retrieve information about a connector. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the CertificateSSOConnector used to make the method call. |
id | CertificateSSOConnectorId |
The ID of the connector.
|
Return Value
Type | Description |
---|---|
CertificateSSOConnectorInfo | Information about the specified connector. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
Privilege | Description |
---|---|
ADMINISTRATOR_VIEW | Administrator (read-only) is required to list connectors. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the CertificateSSOConnector used to make the method call. |
Return Value
Type | Description |
---|---|
CertificateSSOConnectorInfo[] | Information about the configured connectors. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
Privilege | Description |
---|---|
ADMINISTRATOR | Administrator is required to update a connector. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the CertificateSSOConnector used to make the method call. |
id | CertificateSSOConnectorId |
The ID of the connector to update.
|
updates | MapEntry[] |
Key value pairs describing attributes to be updated.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown 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. |
Top of page | Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |