Table of Contents

Enum UsersResource.GetRequest.ProjectionEnum

Namespace
Google.Apis.Admin.Directory.directory_v1
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

What subset of fields to fetch for this user.

public enum UsersResource.GetRequest.ProjectionEnum

Fields

Basic = 0

Do not include any custom fields for the user.

Custom = 1

Include custom fields from schemas mentioned in customFieldMask.

Full = 2

Include all fields associated with this user.