OrganizationSecurityPolicy

{{% examples %}}

Example Usage

{{% /examples %}}

Import

OrganizationSecurityPolicy can be imported using any of these accepted formats

$ pulumi import gcp:compute/organizationSecurityPolicy:OrganizationSecurityPolicy default locations/global/securityPolicies/{{policy_id}}
$ pulumi import gcp:compute/organizationSecurityPolicy:OrganizationSecurityPolicy default {{policy_id}}

Properties

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

A textual description for the organization security policy.

Link copied to clipboard
val displayName: Output<String>

A textual name of the security policy.

Link copied to clipboard
val fingerprint: Output<String>

Fingerprint of this resource. This field is used internally during updates of this resource.

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

The parent of this OrganizationSecurityPolicy in the Cloud Resource Hierarchy. Format: organizations/{organization_id} or folders/{folder_id}

Link copied to clipboard
val policyId: Output<String>

The unique identifier for the resource. This identifier is defined by the server.

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

The type indicates the intended use of the security policy. For organization security policies, the only supported type is "FIREWALL". Default value is FIREWALL. Possible values are FIREWALL.

Link copied to clipboard
val urn: Output<String>