ServicePerimeter

class ServicePerimeter : KotlinCustomResource

Create a Service Perimeter. The longrunning operation from this RPC will have a successful status once the Service Perimeter has propagated to long-lasting storage. Service Perimeters containing errors will result in an error response for the first error encountered.

Properties

Link copied to clipboard
val accessPolicyId: Output<String>
Link copied to clipboard
val description: Output<String>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

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
val perimeterType: Output<String>

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
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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
val title: Output<String>

Human readable title. Must be unique within the Policy.

Link copied to clipboard
val urn: Output<String>