Schema data source in the Terraform Googleworkspace provider. Schema resides under the https://www.googleapis.com/auth/admin.directory.userschema
client scope.
data "googleworkspace_schema" "birthday" {
schema_name = "birthday"
}
output "schema_display_name" {
value = data.googleworkspace_schema.birthday.display_name
}
schema_id
(String) The unique identifier of the schema.schema_name
(String) The schema's name.display_name
(String) Display name for the schema.etag
(String) ETag of the resource.fields
(List of Object) A list of fields in the schema. (see below for nested schema)id
(String) The ID of this resource.fields
Read-Only:
display_name
(String)etag
(String)field_id
(String)field_name
(String)field_type
(String)indexed
(Boolean)multi_valued
(Boolean)numeric_indexing_spec
(List of Object) (see below for nested schema)read_access_type
(String)fields.numeric_indexing_spec
Read-Only:
max_value
(Number)min_value
(Number)