Service - SAMLAuthenticatorHealth

Class
VMware.Hv.SAMLAuthenticatorHealth
See also
SAMLAuthenticatorHealthInfo, SAMLAuthenticatorId
Since
Horizon View 6.0


Service Description

Service for retrieving health information on SAML authenticators.

Methods

Methods defined in this Service
SAMLAuthenticatorHealth_Get, SAMLAuthenticatorHealth_List

SAMLAuthenticatorHealth_Get

Gets the health of the specified SAML authenticator.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the SAMLAuthenticatorHealth used to make the method call.
idSAMLAuthenticatorId

The ID of the SAML authenticator.

Return Value

Type Description
SAMLAuthenticatorHealthInfoThe health of the SAML authenticator.

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



SAMLAuthenticatorHealth_List

Gets the health of all SAML authenticators associated with this View cluster.

Parameters

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

Return Value

Type Description
SAMLAuthenticatorHealthInfo[]The health of all SAML authenticators.

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