InboundSamlSsoProfiles
class InboundSamlSsoProfiles extends Resource (View source)
The "inboundSamlSsoProfiles" collection of methods.
Typical usage is:
$cloudidentityService = new Google\Service\CloudIdentity(...);
$inboundSamlSsoProfiles = $cloudidentityService->inboundSamlSsoProfiles;
Methods
Creates an InboundSamlSsoProfile for a customer. 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 InboundSamlSsoProfile. (inboundSamlSsoProfiles.delete)
Gets an InboundSamlSsoProfile. (inboundSamlSsoProfiles.get)
Lists InboundSamlSsoProfiles for a customer.
Updates an InboundSamlSsoProfile. 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"
.
Details
Operation
create(InboundSamlSsoProfile $postBody, array $optParams = [])
Creates an InboundSamlSsoProfile for a customer. 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"
.
(inboundSamlSsoProfiles.create)
Operation
delete(string $name, array $optParams = [])
Deletes an InboundSamlSsoProfile. (inboundSamlSsoProfiles.delete)
InboundSamlSsoProfile
get(string $name, array $optParams = [])
Gets an InboundSamlSsoProfile. (inboundSamlSsoProfiles.get)
ListInboundSamlSsoProfilesResponse
listInboundSamlSsoProfiles(array $optParams = [])
Lists InboundSamlSsoProfiles for a customer.
(inboundSamlSsoProfiles.listInboundSamlSsoProfiles)
Operation
patch(string $name, InboundSamlSsoProfile $postBody, array $optParams = [])
Updates an InboundSamlSsoProfile. 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"
.
(inboundSamlSsoProfiles.patch)