Class InboundSamlSsoProfilesResource.IdpCredentialsResource.AddRequest
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"
.
Inheritance
InboundSamlSsoProfilesResource.IdpCredentialsResource.AddRequest
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class InboundSamlSsoProfilesResource.IdpCredentialsResource.AddRequest : CloudIdentityBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
AddRequest(IClientService, AddIdpCredentialRequest, string)
Constructs a new Add request.
Declaration
public AddRequest(IClientService service, AddIdpCredentialRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
AddIdpCredentialRequest | body | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Parent
Required. The InboundSamlSsoProfile that owns the IdpCredential. Format:
inboundSamlSsoProfiles/{sso_profile_id}
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Add parameter list.
Declaration
protected override void InitParameters()