Mods
GCP

Policy: GCP > Project > Policy > Trusted Access > Domains

List of GCP Domains that are trusted for access in the Project IAM Policy.

This policy is used by the GCP > Project > Policy > Trusted Access control to determine which members of type "domain" are allowed to be granted access. You may use the '*' and '?' wildcard characters.

example: - company.com - company-dev.org

Note: Setting the policy to Empty will remove all domains.

Resource Types

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Controls

Policy Packs

This policy setting is used by the following policy packs:

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#/policy/types/trustedDomains")
}

Category

In Your Workspace

Developers