Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Credentials string // Only users with access to the Admin APIs can access the Admin SDK Directory API, // therefore the service account needs to impersonate one of those users to access the Admin SDK Directory API. // See https://developers.google.com/admin-sdk/directory/v1/guides/delegation ImpersonatedUserEmail string CustomerId string TimeoutMinutes int OauthScopes []string // contains filtered or unexported fields }
Config is the structure used to instantiate the GSuite provider.
Click to show internal directories.
Click to hide internal directories.