InboundSamlSsoProfilesIdpCredentials
class InboundSamlSsoProfilesIdpCredentials extends Resource (View source)
The "idpCredentials" collection of methods.
Typical usage is:
$cloudidentityService = new Google\Service\CloudIdentity(...);
$idpCredentials = $cloudidentityService->inboundSamlSsoProfiles_idpCredentials;
Methods
Adds an IdpCredential. Up to 2 credentials are allowed. When the target
customer has enabled Multi-party approval for sensitive
actions, the Operation
in
the response will have "done": false
, it will not have a response, and the
metadata will have "state": "awaiting-multi-party-approval"
.
Deletes an IdpCredential. (idpCredentials.delete)
Gets an IdpCredential. (idpCredentials.get)
Returns a list of IdpCredentials in an InboundSamlSsoProfile.
Details
Operation
add(string $parent, AddIdpCredentialRequest $postBody, array $optParams = [])
Adds an IdpCredential. Up to 2 credentials are allowed. When the target
customer has enabled Multi-party approval for sensitive
actions, the Operation
in
the response will have "done": false
, it will not have a response, and the
metadata will have "state": "awaiting-multi-party-approval"
.
(idpCredentials.add)
Operation
delete(string $name, array $optParams = [])
Deletes an IdpCredential. (idpCredentials.delete)
IdpCredential
get(string $name, array $optParams = [])
Gets an IdpCredential. (idpCredentials.get)
ListIdpCredentialsResponse
listInboundSamlSsoProfilesIdpCredentials(string $parent, array $optParams = [])
Returns a list of IdpCredentials in an InboundSamlSsoProfile.
(idpCredentials.listInboundSamlSsoProfilesIdpCredentials)