GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices constructor

GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices({
  1. List<GoogleIdentityAccesscontextmanagerV1ServicePattern>? allowedServicePatterns,
  2. List<String>? allowedServices,
  3. bool? enableRestriction,
  4. List<String>? servicePatternsEnforcementScopes,
})

Implementation

GoogleIdentityAccesscontextmanagerV1VpcAccessibleServices({
  this.allowedServicePatterns,
  this.allowedServices,
  this.enableRestriction,
  this.servicePatternsEnforcementScopes,
});