public class CloudIdentity.InboundSamlSsoProfiles extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudIdentity.InboundSamlSsoProfiles.Create |
class |
CloudIdentity.InboundSamlSsoProfiles.Delete |
class |
CloudIdentity.InboundSamlSsoProfiles.Get |
class |
CloudIdentity.InboundSamlSsoProfiles.IdpCredentials
The "idpCredentials" collection of methods.
|
class |
CloudIdentity.InboundSamlSsoProfiles.List |
class |
CloudIdentity.InboundSamlSsoProfiles.Patch |
| Constructor and Description |
|---|
InboundSamlSsoProfiles() |
| Modifier and Type | Method and Description |
|---|---|
CloudIdentity.InboundSamlSsoProfiles.Create |
create(InboundSamlSsoProfile content)
Creates an InboundSamlSsoProfile for a customer.
|
CloudIdentity.InboundSamlSsoProfiles.Delete |
delete(String name)
Deletes an InboundSamlSsoProfile.
|
CloudIdentity.InboundSamlSsoProfiles.Get |
get(String name)
Gets an InboundSamlSsoProfile.
|
CloudIdentity.InboundSamlSsoProfiles.IdpCredentials |
idpCredentials()
An accessor for creating requests from the IdpCredentials collection.
|
CloudIdentity.InboundSamlSsoProfiles.List |
list()
Lists InboundSamlSsoProfiles for a customer.
|
CloudIdentity.InboundSamlSsoProfiles.Patch |
patch(String name,
InboundSamlSsoProfile content)
Updates an InboundSamlSsoProfile.
|
public CloudIdentity.InboundSamlSsoProfiles.Create create(InboundSamlSsoProfile content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the InboundSamlSsoProfileIOExceptionpublic CloudIdentity.InboundSamlSsoProfiles.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The [resource name](https://cloud.google.com/apis/design/resource_names) of the
InboundSamlSsoProfile to delete. Format: `inboundSamlSsoProfiles/{sso_profile_id}`IOExceptionpublic CloudIdentity.InboundSamlSsoProfiles.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The [resource name](https://cloud.google.com/apis/design/resource_names) of the
InboundSamlSsoProfile to get. Format: `inboundSamlSsoProfiles/{sso_profile_id}`IOExceptionpublic CloudIdentity.InboundSamlSsoProfiles.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic CloudIdentity.InboundSamlSsoProfiles.Patch patch(String name, InboundSamlSsoProfile content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. [Resource name](https://cloud.google.com/apis/design/resource_names) of the SAML SSO
profile.content - the InboundSamlSsoProfileIOExceptionpublic CloudIdentity.InboundSamlSsoProfiles.IdpCredentials idpCredentials()
The typical use is:
CloudIdentity cloudidentity = new CloudIdentity(...);CloudIdentity.IdpCredentials.List request = cloudidentity.idpCredentials().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.