google_api_access_context_manager v0.12.0 GoogleApi.AccessContextManager.V1.Model.ReplaceServicePerimetersRequest View Source
A request to replace all existing Service Perimeters in an Access Policy with the Service Perimeters provided. This is done atomically.
Attributes
etag
(type:String.t
, default:nil
) - Optional. The etag for the version of the Access Policy that this replace operation is to be performed on. If, at the time of replace, the etag for the Access Policy stored in Access Context Manager is different from the specified etag, then the replace 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.servicePerimeters
(type:list(GoogleApi.AccessContextManager.V1.Model.ServicePerimeter.t)
, default:nil
) - Required. The desired Service Perimeters that should replace all existing Service Perimeters in the Access Policy.
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.ReplaceServicePerimetersRequest{ etag: String.t(), servicePerimeters: [ GoogleApi.AccessContextManager.V1.Model.ServicePerimeter.t() ] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.