admin  directory_v1
Classes | Properties | List of all members
Google.Apis.Admin.Directory.directory_v1.Data.SchemaFieldSpec Class Reference

JSON template for FieldSpec resource for Schemas in Directory API. More...

Inheritance diagram for Google.Apis.Admin.Directory.directory_v1.Data.SchemaFieldSpec:
Google::Apis::Requests::IDirectResponseSchema

Classes

class  NumericIndexingSpecData
 Indexing spec for a numeric field. By default, only exact match queries will be supported for numeric fields. Setting the numericIndexingSpec allows range queries to be supported. More...
 

Properties

virtual string DisplayName [get, set]
 Display Name of the field. More...
 
virtual string ETag [get, set]
 ETag of the resource. More...
 
virtual string FieldId [get, set]
 Unique identifier of Field (Read-only) More...
 
virtual string FieldName [get, set]
 Name of the field. More...
 
virtual string FieldType [get, set]
 Type of the field. More...
 
virtual System.Nullable< bool > Indexed [get, set]
 Boolean specifying whether the field is indexed or not. More...
 
virtual string Kind [get, set]
 Kind of resource this is. More...
 
virtual System.Nullable< bool > MultiValued [get, set]
 Boolean specifying whether this is a multi-valued field or not. More...
 
virtual SchemaFieldSpec.NumericIndexingSpecData NumericIndexingSpec [get, set]
 Indexing spec for a numeric field. By default, only exact match queries will be supported for numeric fields. Setting the numericIndexingSpec allows range queries to be supported. More...
 
virtual string ReadAccessType [get, set]
 Read ACLs on the field specifying who can view values of this field. Valid values are "ALL_DOMAIN_USERS" and "ADMINS_AND_SELF". More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

JSON template for FieldSpec resource for Schemas in Directory API.

Property Documentation

◆ DisplayName

virtual string Google.Apis.Admin.Directory.directory_v1.Data.SchemaFieldSpec.DisplayName
getset

Display Name of the field.

◆ ETag

virtual string Google.Apis.Admin.Directory.directory_v1.Data.SchemaFieldSpec.ETag
getset

ETag of the resource.

◆ FieldId

virtual string Google.Apis.Admin.Directory.directory_v1.Data.SchemaFieldSpec.FieldId
getset

Unique identifier of Field (Read-only)

◆ FieldName

virtual string Google.Apis.Admin.Directory.directory_v1.Data.SchemaFieldSpec.FieldName
getset

Name of the field.

◆ FieldType

virtual string Google.Apis.Admin.Directory.directory_v1.Data.SchemaFieldSpec.FieldType
getset

Type of the field.

◆ Indexed

virtual System.Nullable<bool> Google.Apis.Admin.Directory.directory_v1.Data.SchemaFieldSpec.Indexed
getset

Boolean specifying whether the field is indexed or not.

◆ Kind

virtual string Google.Apis.Admin.Directory.directory_v1.Data.SchemaFieldSpec.Kind
getset

Kind of resource this is.

◆ MultiValued

virtual System.Nullable<bool> Google.Apis.Admin.Directory.directory_v1.Data.SchemaFieldSpec.MultiValued
getset

Boolean specifying whether this is a multi-valued field or not.

◆ NumericIndexingSpec

virtual SchemaFieldSpec.NumericIndexingSpecData Google.Apis.Admin.Directory.directory_v1.Data.SchemaFieldSpec.NumericIndexingSpec
getset

Indexing spec for a numeric field. By default, only exact match queries will be supported for numeric fields. Setting the numericIndexingSpec allows range queries to be supported.

◆ ReadAccessType

virtual string Google.Apis.Admin.Directory.directory_v1.Data.SchemaFieldSpec.ReadAccessType
getset

Read ACLs on the field specifying who can view values of this field. Valid values are "ALL_DOMAIN_USERS" and "ADMINS_AND_SELF".


The documentation for this class was generated from the following file: