Class InboundSamlSsoProfilesResource.PatchRequest
Updates an InboundSamlSsoProfile. 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.PatchRequest
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1beta1
Assembly: Google.Apis.CloudIdentity.v1beta1.dll
Syntax
public class InboundSamlSsoProfilesResource.PatchRequest : CloudIdentityBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
PatchRequest(IClientService, InboundSamlSsoProfile, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, InboundSamlSsoProfile body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
InboundSamlSsoProfile | body | |
string | name |
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
Name
Output only. Resource name of the SAML SSO profile.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpdateMask
Required. The list of fields to be updated.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()