View Source GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1BatchUpdateResourcePoliciesRequest (google_api_firebase_app_check v0.5.0)

Request message for the BatchUpdateResourcePolicies method.

Attributes

  • requests (type: list(GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1UpdateResourcePolicyRequest.t), default: nil) - Required. The request messages specifying the ResourcePolicy objects to update. A maximum of 100 objects can be updated in a batch.
  • updateMask (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1BatchUpdateResourcePoliciesRequest{
    requests:
      [
        GoogleApi.FirebaseAppCheck.V1.Model.GoogleFirebaseAppcheckV1UpdateResourcePolicyRequest.t()
      ]
      | nil,
    updateMask: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.