View Source GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaUpdateResourcePolicyRequest (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.V1beta.Model.GoogleFirebaseAppcheckV1betaResourcePolicy.t, default:nil) - Required. The ResourcePolicy to update. The ResourcePolicy'snamefield is used to identify the ResourcePolicy to be updated, in the format:projects/{project_number}/services/{service_id}/resourcePolicies/{resource_policy_id}Note that theservice_idelement 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.V1beta.Model.GoogleFirebaseAppcheckV1betaUpdateResourcePolicyRequest{ resourcePolicy: GoogleApi.FirebaseAppCheck.V1beta.Model.GoogleFirebaseAppcheckV1betaResourcePolicy.t() | nil, updateMask: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.