DirectorySourceType
Data source type to return in directory responses.
Enums |
DIRECTORY_SOURCE_TYPE_UNSPECIFIED |
Unspecified. |
DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT |
Google Workspace domain shared contact. |
DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE |
Google Workspace domain profile. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["Last updated 2024-08-06 UTC."],[[["The `DirectorySourceType` enum controls the type of data source returned in directory responses."],["Options include unspecified, Google Workspace domain shared contact, and Google Workspace domain profile."]]],["The data source types in directory responses are: `DIRECTORY_SOURCE_TYPE_UNSPECIFIED`, indicating an unspecified type; `DIRECTORY_SOURCE_TYPE_DOMAIN_CONTACT`, representing a Google Workspace domain shared contact; and `DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE`, which denotes a Google Workspace domain profile. These enums define the specific origins of data within directory responses, allowing differentiation between general, shared contact, and profile-specific information.\n"]]