AccessBoundaryPolicy

class AccessBoundaryPolicy : KotlinCustomResource

Represents a collection of access boundary policies to apply to a given resource. NOTE: This is a private feature and users should contact GCP support if they would like to test it. {{% examples %}}

Example Usage

{{% /examples %}}

Import

AccessBoundaryPolicy can be imported using any of these accepted formats:

$ pulumi import gcp:iam/accessBoundaryPolicy:AccessBoundaryPolicy default {{parent}}/{{name}}

Properties

Link copied to clipboard
val displayName: Output<String>?

The display name of the rule.

Link copied to clipboard
val etag: Output<String>

The hash of the resource. Used internally during updates.

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

The name of the policy.

Link copied to clipboard
val parent: Output<String>

The attachment point is identified by its URL-encoded full resource name.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Rules to be applied. Structure is documented below.

Link copied to clipboard
val urn: Output<String>