target.apidocs.com.google.api.services.cloudidentity.v1.CloudIdentity.InboundSamlSsoProfiles.html Maven / Gradle / Ivy
The newest version!
CloudIdentity.InboundSamlSsoProfiles (Cloud Identity API v1-rev20241010-2.0.0)
com.google.api.services.cloudidentity.v1
Class CloudIdentity.InboundSamlSsoProfiles
- java.lang.Object
-
- com.google.api.services.cloudidentity.v1.CloudIdentity.InboundSamlSsoProfiles
-
- Enclosing class:
- CloudIdentity
public class CloudIdentity.InboundSamlSsoProfiles
extends Object
The "inboundSamlSsoProfiles" collection of methods.
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
InboundSamlSsoProfiles()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
create
public CloudIdentity.InboundSamlSsoProfiles.Create create(InboundSamlSsoProfile content)
throws IOException
Creates an InboundSamlSsoProfile for a customer. 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 "inboundSamlSsoProfiles.create".
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:
content
- the InboundSamlSsoProfile
- Returns:
- the request
- Throws:
IOException
-
delete
public CloudIdentity.InboundSamlSsoProfiles.Delete delete(String name)
throws IOException
Deletes an InboundSamlSsoProfile.
Create a request for the method "inboundSamlSsoProfiles.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
InboundSamlSsoProfile to delete. Format: `inboundSamlSsoProfiles/{sso_profile_id}`
- Returns:
- the request
- Throws:
IOException
-
get
public CloudIdentity.InboundSamlSsoProfiles.Get get(String name)
throws IOException
Gets an InboundSamlSsoProfile.
Create a request for the method "inboundSamlSsoProfiles.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
InboundSamlSsoProfile to get. Format: `inboundSamlSsoProfiles/{sso_profile_id}`
- Returns:
- the request
- Throws:
IOException
-
list
public CloudIdentity.InboundSamlSsoProfiles.List list()
throws IOException
Lists InboundSamlSsoProfiles for a customer.
Create a request for the method "inboundSamlSsoProfiles.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.
- Returns:
- the request
- Throws:
IOException
-
patch
public CloudIdentity.InboundSamlSsoProfiles.Patch patch(String name,
InboundSamlSsoProfile content)
throws IOException
Updates an InboundSamlSsoProfile. 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 "inboundSamlSsoProfiles.patch".
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
- Output only. [Resource name](https://cloud.google.com/apis/design/resource_names) of the SAML SSO
profile.
content
- the InboundSamlSsoProfile
- Returns:
- the request
- Throws:
IOException
-
idpCredentials
public CloudIdentity.InboundSamlSsoProfiles.IdpCredentials idpCredentials()
An accessor for creating requests from the IdpCredentials collection.
The typical use is:
CloudIdentity cloudidentity = new CloudIdentity(...);
CloudIdentity.IdpCredentials.List request = cloudidentity.idpCredentials().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy