ServiceNow CMDB CI relationship sync: faster, more complete →
Mods
GCP

Policy: GCP > Spanner > Instance > Policy > Trusted Access > Projects

List of GCP Projects that are trusted for access in the GCP Spanner Instance policy. This policy is used by the GCP > Spanner > Instance > Policy > Trusted Access control to determine whether members of type "project" are allowed to be granted access.You may use the '*' and '?' wildcard characters. example: - dev-aaa - dev-aab Note: Setting the policy to an Empty array will remove all projects.

Resource Types

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Controls

Policy Specification

Schema Type
array
Default template
{% if $.value | length == 0 %}[]{% else %}{% for item in $.value %}- '{{ item }}'
{% endfor %}{% endif %}
Default template input
|
{
value: policy(uri: "tmod:@turbot/gcp-spanner#/policy/types/spannerTrustedProjects")
}

Category

In Your Workspace

Developers