google_api_access_context_manager v0.12.0 GoogleApi.AccessContextManager.V1.Model.CommitServicePerimetersRequest View Source
A request to commit dry-run specs in all Service Perimeters belonging to an Access Policy.
Attributes
etag
(type:String.t
, default:nil
) - Optional. The etag for the version of the Access Policy that this commit operation is to be performed on. If, at the time of commit, the etag for the Access Policy stored in Access Context Manager is different from the specified etag, then the commit operation will not be performed and the call will fail. This field is not required. If etag is not provided, the operation will be performed as if a valid etag is provided.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.AccessContextManager.V1.Model.CommitServicePerimetersRequest{ etag: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.