Show / Hide Table of Contents

Class GoogleFirebaseAppcheckV1betaBatchUpdateResourcePoliciesRequest

Request message for the BatchUpdateResourcePolicies method.

Inheritance
object
GoogleFirebaseAppcheckV1betaBatchUpdateResourcePoliciesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Firebaseappcheck.v1beta.Data
Assembly: Google.Apis.Firebaseappcheck.v1beta.dll
Syntax
public class GoogleFirebaseAppcheckV1betaBatchUpdateResourcePoliciesRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Requests

Required. The request messages specifying the ResourcePolicy objects to update. A maximum of 100 objects can be updated in a batch.

Declaration
[JsonProperty("requests")]
public virtual IList<GoogleFirebaseAppcheckV1betaUpdateResourcePolicyRequest> Requests { get; set; }
Property Value
Type Description
IList<GoogleFirebaseAppcheckV1betaUpdateResourcePolicyRequest>

UpdateMask

Optional. A comma-separated list of names of fields in the ResourcePolicy objects to update. Example: enforcement_mode. If this field is present, the update_mask field in the UpdateResourcePolicyRequest messages must all match this field, or the entire batch fails and no updates will be committed.

Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX