public class CloudIdentity.InboundSamlSsoProfiles.IdpCredentials extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.Add |
class |
CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.Delete |
class |
CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.Get |
class |
CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.List |
| Constructor and Description |
|---|
IdpCredentials() |
| Modifier and Type | Method and Description |
|---|---|
CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.Add |
add(String parent,
AddIdpCredentialRequest content)
Adds an IdpCredential.
|
CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.Delete |
delete(String name)
Deletes an IdpCredential.
|
CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.Get |
get(String name)
Gets an IdpCredential.
|
CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.List |
list(String parent)
Returns a list of IdpCredentials in an InboundSamlSsoProfile.
|
public CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.Add add(String parent, AddIdpCredentialRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The InboundSamlSsoProfile that owns the IdpCredential. Format:
`inboundSamlSsoProfiles/{sso_profile_id}`content - the AddIdpCredentialRequestIOExceptionpublic CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.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
IdpCredential to delete. Format:
`inboundSamlSsoProfiles/{sso_profile_id}/idpCredentials/{idp_credential_id}`IOExceptionpublic CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.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
IdpCredential to retrieve. Format:
`inboundSamlSsoProfiles/{sso_profile_id}/idpCredentials/{idp_credential_id}`IOExceptionpublic CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent, which owns this collection of `IdpCredential`s. Format:
`inboundSamlSsoProfiles/{sso_profile_id}`IOExceptionCopyright © 2011–2024 Google. All rights reserved.