Documentation

IdentityProviders extends CloudApiBase implements CloudApiInterface

Class IdentityProviders

Table of Contents

$client ClientInterface
getAll() Returns a list of identity providers for the user. IdentityProvidersResponse
get() Returns a specific identity provider by UUID. IdentityProviderResponse
delete() Delete a specific identity provider by UUID. OperationResponse
disable() Disables an identity provider by UUID. OperationResponse
enable() Enables an identity provider by UUID. OperationResponse
update() Updates a identity provider by UUID. OperationResponse
__construct() Client constructor. mixed

Properties

Methods

update()

Updates a identity provider by UUID.

public update( $idpUuid : string , $label : string , $entityId : string , $ssoUrl : string , $certificate : string ) : OperationResponse
Parameters
$idpUuid : string
$label : string
$entityId : string
$ssoUrl : string
$certificate : string
Return values
OperationResponse

Search results