View Source GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaBatchUpdateResourcePoliciesRequest (google_api_firebase_app_check v0.4.0)
Request message for the BatchUpdateResourcePolicies method.
Attributes
-
requests
(type:list(GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaUpdateResourcePolicyRequest.t)
, default:nil
) - Required. The request messages specifying the ResourcePolicys 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, theupdate_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.V1beta.Model.GoogleFirebaseAppcheckV1betaBatchUpdateResourcePoliciesRequest{ requests: [ GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaUpdateResourcePolicyRequest.t() ] | nil, updateMask: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.