Class: Google::Identity::AccessContextManager::V1::ServicePerimeterConfig::VpcAccessibleServices

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

Overview

Specifies how APIs are allowed to communicate within the Service Perimeter.

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_services::Array<::String>

Returns The list of APIs usable within the Service Perimeter. Must be empty unless 'enable_restriction' is True. You can specify a list of individual services, as well as include the 'RESTRICTED-SERVICES' value, which automatically includes all of the services protected by the perimeter.

Returns:

  • (::Array<::String>)

    The list of APIs usable within the Service Perimeter. Must be empty unless 'enable_restriction' is True. You can specify a list of individual services, as well as include the 'RESTRICTED-SERVICES' value, which automatically includes all of the services protected by the perimeter.



173
174
175
176
# File 'proto_docs/google/identity/accesscontextmanager/v1/service_perimeter.rb', line 173

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

#enable_restriction::Boolean

Returns Whether to restrict API calls within the Service Perimeter to the list of APIs specified in 'allowed_services'.

Returns:

  • (::Boolean)

    Whether to restrict API calls within the Service Perimeter to the list of APIs specified in 'allowed_services'.



173
174
175
176
# File 'proto_docs/google/identity/accesscontextmanager/v1/service_perimeter.rb', line 173

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