Class GoogleFirebaseAppcheckV1betaBatchUpdateResourcePoliciesRequest
Request message for the BatchUpdateResourcePolicies method.
Implements
Inherited Members
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 |