Skip to content

Commit

Permalink
move requirement to front
Browse files Browse the repository at this point in the history
  • Loading branch information
marctalbott committed Apr 8, 2020
1 parent 7b95735 commit e388d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/swagger/api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5920,10 +5920,10 @@ definitions:
description: Optional, false if not specified. If true, spin up all compute in a VPC network.
enableFlowLogs:
type: boolean
description: Optional, false if not specified. If true, enable flow logs within the high security network. Requires highSecurityNetwork = true.
description: Requires highSecurityNetwork = true. Optional, false if not specified. If true, enable flow logs within the high security network.
privateIpGoogleAccess:
type: boolean
description: Optional, false if not specified. If true, it configures the VPC network to only allow access to GCP APIs that are protected by the project's service perimeter and routes all allowed API traffic through a narrow IP range. Requires highSecurityNetwork = true.
description: Requires highSecurityNetwork = true. Optional, false if not specified. If true, it configures the VPC network to only allow access to GCP APIs that are protected by the project's service perimeter and routes all allowed API traffic through a narrow IP range.
servicePerimeter:
type: string
description: The fully qualified name of the GCP service perimeter to put this project into in the form accessPolicies/[POLICY NUMBER]/servicePerimeters/[NAME]. Caller must have the add_project action for this service perimeter in Sam.
Expand Down

0 comments on commit e388d2a

Please sign in to comment.