Identity Access Context Manager v1 API - Class ReplaceServicePerimetersRequest (2.5.0)

public sealed class ReplaceServicePerimetersRequest : IMessage<ReplaceServicePerimetersRequest>, IEquatable<ReplaceServicePerimetersRequest>, IDeepCloneable<ReplaceServicePerimetersRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Identity Access Context Manager v1 API 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

Namespace

Google.Identity.AccessContextManager.V1

Assembly

Google.Identity.AccessContextManager.V1.dll

Constructors

ReplaceServicePerimetersRequest()

public ReplaceServicePerimetersRequest()

ReplaceServicePerimetersRequest(ReplaceServicePerimetersRequest)

public ReplaceServicePerimetersRequest(ReplaceServicePerimetersRequest other)
Parameter
Name Description
other ReplaceServicePerimetersRequest

Properties

Etag

public string Etag { get; set; }

Optional. The etag for the version of the [Access Policy] [google.identity.accesscontextmanager.v1.AccessPolicy] 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.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Resource name for the access policy which owns these [Service Perimeters] [google.identity.accesscontextmanager.v1.ServicePerimeter].

Format: accessPolicies/{policy_id}

Property Value
Type Description
string

ParentAsAccessPolicyName

public AccessPolicyName ParentAsAccessPolicyName { get; set; }

AccessPolicyName-typed view over the Parent resource name property.

Property Value
Type Description
AccessPolicyName

ServicePerimeters

public RepeatedField<ServicePerimeter> ServicePerimeters { get; }

Required. The desired [Service Perimeters] [google.identity.accesscontextmanager.v1.ServicePerimeter] that should replace all existing [Service Perimeters] [google.identity.accesscontextmanager.v1.ServicePerimeter] in the [Access Policy] [google.identity.accesscontextmanager.v1.AccessPolicy].

Property Value
Type Description
RepeatedFieldServicePerimeter