Mods
GCP

Policy: GCP > KMS > Trusted Service Accounts [Default]

List of GCP Service Accounts that are trusted for access in the GCP KMS policy.

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

example: - project-owner@dev-aaa.iam.gserviceaccount.com - "*" # All service account trusted

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

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

Category

In Your Workspace

Developers