target.apidocs.com.google.api.services.cloudidentity.v1.CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.html Maven / Gradle / Ivy
The newest version!
CloudIdentity.InboundSamlSsoProfiles.IdpCredentials (Cloud Identity API v1-rev20241010-2.0.0)
com.google.api.services.cloudidentity.v1
Class CloudIdentity.InboundSamlSsoProfiles.IdpCredentials
- java.lang.Object
-
- com.google.api.services.cloudidentity.v1.CloudIdentity.InboundSamlSsoProfiles.IdpCredentials
-
- Enclosing class:
- CloudIdentity.InboundSamlSsoProfiles
public class CloudIdentity.InboundSamlSsoProfiles.IdpCredentials
extends Object
The "idpCredentials" collection of methods.
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
IdpCredentials()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
add
public CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.Add add(String parent,
AddIdpCredentialRequest content)
throws IOException
Adds an IdpCredential. Up to 2 credentials are allowed. When the target customer has enabled
[Multi-party approval for sensitive actions](https://support.google.com/a/answer/13790448), 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"`.
Create a request for the method "idpCredentials.add".
This request holds the parameters needed by the cloudidentity server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The InboundSamlSsoProfile that owns the IdpCredential. Format:
`inboundSamlSsoProfiles/{sso_profile_id}`
content
- the AddIdpCredentialRequest
- Returns:
- the request
- Throws:
IOException
-
delete
public CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.Delete delete(String name)
throws IOException
Deletes an IdpCredential.
Create a request for the method "idpCredentials.delete".
This request holds the parameters needed by the cloudidentity server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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}`
- Returns:
- the request
- Throws:
IOException
-
get
public CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.Get get(String name)
throws IOException
Gets an IdpCredential.
Create a request for the method "idpCredentials.get".
This request holds the parameters needed by the cloudidentity server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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}`
- Returns:
- the request
- Throws:
IOException
-
list
public CloudIdentity.InboundSamlSsoProfiles.IdpCredentials.List list(String parent)
throws IOException
Returns a list of IdpCredentials in an InboundSamlSsoProfile.
Create a request for the method "idpCredentials.list".
This request holds the parameters needed by the cloudidentity server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The parent, which owns this collection of `IdpCredential`s. Format:
`inboundSamlSsoProfiles/{sso_profile_id}`
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy