Show / Hide Table of Contents

Class GoogleFirebaseAppcheckV1betaUpdateResourcePolicyRequest

Request message for the UpdateResourcePolicy method as well as an individual update message for the BatchUpdateResourcePolicies method.

Inheritance
object
GoogleFirebaseAppcheckV1betaUpdateResourcePolicyRequest
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 GoogleFirebaseAppcheckV1betaUpdateResourcePolicyRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ResourcePolicy

Required. The ResourcePolicy to update. The ResourcePolicy's name field is used to identify the ResourcePolicy to be updated, in the format:

projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id}

Note that the service_id element must be a supported service ID. Currently, the following service IDs are supported: * oauth2.googleapis.com (Google Identity for iOS)

Declaration
[JsonProperty("resourcePolicy")]
public virtual GoogleFirebaseAppcheckV1betaResourcePolicy ResourcePolicy { get; set; }
Property Value
Type Description
GoogleFirebaseAppcheckV1betaResourcePolicy

UpdateMask

Required. A comma-separated list of names of fields in the ResourcePolicy to update. Example: enforcement_mode.

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