ServicePerimeterArgs

data class ServicePerimeterArgs(val accessPolicyId: Output<String>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val perimeterType: Output<ServicePerimeterPerimeterType>? = null, val title: Output<String>? = null) : ConvertibleToJava<ServicePerimeterArgs>

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.

Constructors

Link copied to clipboard
fun ServicePerimeterArgs(accessPolicyId: Output<String>? = null, description: Output<String>? = null, name: Output<String>? = null, perimeterType: Output<ServicePerimeterPerimeterType>? = null, title: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ServicePerimeterArgs

Properties

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

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

Link copied to clipboard
val name: Output<String>? = null

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
val title: Output<String>? = null

Human readable title. Must be unique within the Policy.