Show / Hide Table of Contents

Class InboundSamlSsoProfilesResource.IdpCredentialsResource

The "idpCredentials" collection of methods.

Inheritance
object
InboundSamlSsoProfilesResource.IdpCredentialsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudIdentity.v1
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class InboundSamlSsoProfilesResource.IdpCredentialsResource

Constructors

IdpCredentialsResource(IClientService)

Constructs a new resource.

Declaration
public IdpCredentialsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Add(AddIdpCredentialRequest, string)

Adds an IdpCredential. Up to 2 credentials are allowed. When the target customer has enabled Multi-party approval for sensitive actions, 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".

Declaration
public virtual InboundSamlSsoProfilesResource.IdpCredentialsResource.AddRequest Add(AddIdpCredentialRequest body, string parent)
Parameters
Type Name Description
AddIdpCredentialRequest body

The body of the request.

string parent

Required. The InboundSamlSsoProfile that owns the IdpCredential. Format: inboundSamlSsoProfiles/{sso_profile_id}

Returns
Type Description
InboundSamlSsoProfilesResource.IdpCredentialsResource.AddRequest

Delete(string)

Deletes an IdpCredential.

Declaration
public virtual InboundSamlSsoProfilesResource.IdpCredentialsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The resource name of the IdpCredential to delete. Format: inboundSamlSsoProfiles/{sso_profile_id}/idpCredentials/{idp_credential_id}

Returns
Type Description
InboundSamlSsoProfilesResource.IdpCredentialsResource.DeleteRequest

Get(string)

Gets an IdpCredential.

Declaration
public virtual InboundSamlSsoProfilesResource.IdpCredentialsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name of the IdpCredential to retrieve. Format: inboundSamlSsoProfiles/{sso_profile_id}/idpCredentials/{idp_credential_id}

Returns
Type Description
InboundSamlSsoProfilesResource.IdpCredentialsResource.GetRequest

List(string)

Returns a list of IdpCredentials in an InboundSamlSsoProfile.

Declaration
public virtual InboundSamlSsoProfilesResource.IdpCredentialsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent, which owns this collection of IdpCredentials. Format: inboundSamlSsoProfiles/{sso_profile_id}

Returns
Type Description
InboundSamlSsoProfilesResource.IdpCredentialsResource.ListRequest
In this article
Back to top Generated by DocFX