GetServicePerimeterResult

data class GetServicePerimeterResult(val description: String, val name: String, val perimeterType: String, val status: ServicePerimeterConfigResponse, val title: String)

Constructors

Link copied to clipboard
constructor(description: String, name: String, perimeterType: String, status: ServicePerimeterConfigResponse, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description of the ServicePerimeter and its use. Does not affect behavior.

Link copied to clipboard

Resource name for the ServicePerimeter. Format: accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}. The service_perimeter component must begin with a letter, followed by alphanumeric characters or _. After you create a ServicePerimeter, you cannot change its name.

Link copied to clipboard

Perimeter type indicator. A single project is allowed to be a member of single regular perimeter, but multiple service perimeter bridges. A project cannot be a included in a perimeter bridge without being included in regular perimeter. For perimeter bridges, restricted/unrestricted service lists as well as access lists must be empty.

Link copied to clipboard

Current ServicePerimeter configuration. Specifies sets of resources, restricted/unrestricted services and access levels that determine perimeter content and boundaries.

Link copied to clipboard

Human readable title. Must be unique within the Policy.