GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig class
ServicePerimeterConfig specifies a set of Google Cloud resources that
describe specific Service Perimeter configuration.
Constructors
- 
          GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig({List<
String> ? accessLevels, List<GoogleIdentityAccesscontextmanagerV1EgressPolicy> ? egressPolicies, List<GoogleIdentityAccesscontextmanagerV1IngressPolicy> ? ingressPolicies, List<String> ? resources, List<String> ? restrictedServices, GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices? vpcAccessibleServices}) - GoogleIdentityAccesscontextmanagerV1ServicePerimeterConfig.fromJson(Map json_)
 
Properties
- 
  accessLevels
  ↔ List<
String> ? - 
  A list of 
AccessLevelresource names that allow resources within theServicePerimeterto be accessed from the internet.getter/setter pair - 
  egressPolicies
  ↔ List<
GoogleIdentityAccesscontextmanagerV1EgressPolicy> ? - 
  List of EgressPolicies to apply to the perimeter.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - 
  ingressPolicies
  ↔ List<
GoogleIdentityAccesscontextmanagerV1IngressPolicy> ? - 
  List of IngressPolicies to apply to the perimeter.
  getter/setter pair
 - 
  resources
  ↔ List<
String> ? - 
  A list of Google Cloud resources that are inside of the service perimeter.
  getter/setter pair
 - 
  restrictedServices
  ↔ List<
String> ? - 
  Google Cloud services that are subject to the Service Perimeter
restrictions.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - vpcAccessibleServices ↔ GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices?
 - 
  Configuration for APIs allowed within Perimeter.
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited