Class: Google::Identity::AccessContextManager::V1::ReplaceServicePerimetersRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/identity/accesscontextmanager/v1/access_context_manager.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns 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.

Returns:

  • (::String)

    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.



367
368
369
370
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_context_manager.rb', line 367

class ReplaceServicePerimetersRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

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

Format: accessPolicies/{policy_id}.

Returns:

  • (::String)

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

    Format: accessPolicies/{policy_id}



367
368
369
370
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_context_manager.rb', line 367

class ReplaceServicePerimetersRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#service_perimeters::Array<::Google::Identity::AccessContextManager::V1::ServicePerimeter>

Returns 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].

Returns:

  • (::Array<::Google::Identity::AccessContextManager::V1::ServicePerimeter>)

    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].



367
368
369
370
# File 'proto_docs/google/identity/accesscontextmanager/v1/access_context_manager.rb', line 367

class ReplaceServicePerimetersRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end