Class InboundSamlSsoProfilesResource.CreateRequest
Creates an InboundSamlSsoProfile for a customer. 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.CreateRequest
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class InboundSamlSsoProfilesResource.CreateRequest : CloudIdentityBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
CreateRequest(IClientService, InboundSamlSsoProfile)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, InboundSamlSsoProfile body)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| InboundSamlSsoProfile | body |
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
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 Create parameter list.
Declaration
protected override void InitParameters()