View Source GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1UpdateResourcePolicyRequest (google_api_firebase_app_check v0.6.1)

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

Attributes

  • resourcePolicy (type: GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1ResourcePolicy.t, default: nil) - 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)
  • updateMask (type: String.t, default: nil) - Required. A comma-separated list of names of fields in the ResourcePolicy to update. Example: enforcement_mode.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1UpdateResourcePolicyRequest{
    resourcePolicy:
      GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1ResourcePolicy.t()
      | nil,
    updateMask: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.