All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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
    • Constructor Detail

      • IdpCredentials

        public IdpCredentials()
    • 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