Show / Hide Table of Contents

Class ReplaceServicePerimetersRequest

A request to replace all existing Service Perimeters in an Access Policy with the Service Perimeters provided. This is done atomically.

Inheritance
object
ReplaceServicePerimetersRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AccessContextManager.v1.Data
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class ReplaceServicePerimetersRequest : IDirectResponseSchema

Properties

ETag

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.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

ServicePerimeters

Required. The desired Service Perimeters that should replace all existing Service Perimeters in the Access Policy.

Declaration
[JsonProperty("servicePerimeters")]
public virtual IList<ServicePerimeter> ServicePerimeters { get; set; }
Property Value
Type Description
IList<ServicePerimeter>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX