GoogleFirebaseAppcheckV1ResourcePolicy class

App Check enforcement policy for a specific resource of a Google service supported by App Check.

Note that this policy will override the service-level configuration.

Constructors

GoogleFirebaseAppcheckV1ResourcePolicy.new({String? enforcementMode, String? etag, String? name, String? targetResource, String? updateTime})
GoogleFirebaseAppcheckV1ResourcePolicy.fromJson(Map json_)

Properties

enforcementMode String?
The App Check enforcement mode for this resource.
getter/setter pair
etag String?
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetResource String?
Service specific name of the resource object to which this policy applies, in the format: * iOS OAuth clients (Google Identity for iOS): //oauth2.googleapis.com/projects/{project_number}/oauthClients/{oauth_client_id} Note that the resource must belong to the service specified in the name and be from the same project as this policy, but the resource is allowed to be missing at the time of creation of this policy; in that case, we make a best-effort attempt at respecting this policy, but it may not have any effect until the resource is fully created.
getter/setter pair
updateTime String?
Timestamp when this resource policy configuration object was most recently updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited