Chrome Policy Schema data source in the Terraform Googleworkspace provider. Chrome Policy Schema resides under the https://www.googleapis.com/auth/chrome.management.policy
client scope.
data "googleworkspace_chrome_policy_schema" "example" {
schema_name = "chrome.printers.AllowForUsers"
}
output "field_descriptions" {
value = data.googleworkspace_chrome_policy_schema.example.field_descriptions
}
schema_name
(String) The full qualified name of the policy schemaaccess_restrictions
(List of String) Specific access restrictions related to this policy.additional_target_key_names
(List of Object) Additional key names that will be used to identify the target of the policy value. When specifying a policyTargetKey, each of the additional keys specified here will have to be included in the additionalTargetKeys map. (see below for nested schema)definition
(List of Object) Schema definition using proto descriptor. (see below for nested schema)field_descriptions
(String) Detailed description of each field that is part of the schema, represented as a JSON string.id
(String) The ID of this resource.notices
(List of Object) Special notice messages related to setting certain values in certain fields in the schema. (see below for nested schema)policy_description
(String) Description about the policy schema for user consumption.support_uri
(String) URI to related support article for this schema.additional_target_key_names
Read-Only:
key
(String)key_description
(String)definition
Read-Only:
enum_type
(List of Object) (see below for nested schema)message_type
(String)name
(String)package
(String)syntax
(String)definition.enum_type
Read-Only:
name
(String)value
(List of Object) (see below for nested schema)definition.enum_type.value
Read-Only:
name
(String)number
(Number)notices
Read-Only:
acknowledgement_required
(Boolean)field
(String)notice_message
(String)notice_value
(String)