Mods
GCP

Policy: GCP > Dataproc > Trusted Users [Default]

List of GCP Users that are trusted for access in the GCP Dataproc policy.

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

example: - "*@company.com" # All users with email ending in @company.com are trusted - "test@dev-company.com" - "dummy@gmail.com"

Note: Setting the policy to an Empty array will remove all users.

Resource Types

This policy targets the following resource types:

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/trustedUsers")
}

Category

In Your Workspace

Developers