module Network.Google.UserAccounts.Types
(
userAccountsService
, cloudPlatformReadOnlyScope
, cloudPlatformScope
, cloudUseraccountsScope
, cloudUseraccountsReadonlyScope
, OperationWarningsItemDataItem
, operationWarningsItemDataItem
, owidiValue
, owidiKey
, OperationWarningsItemCode (..)
, OperationList
, operationList
, olNextPageToken
, olKind
, olItems
, olSelfLink
, olId
, Group
, group'
, gKind
, gMembers
, gSelfLink
, gName
, gCreationTimestamp
, gId
, gDescription
, GroupList
, groupList
, glNextPageToken
, glKind
, glItems
, glSelfLink
, glId
, Operation
, operation
, oTargetId
, oStatus
, oInsertTime
, oProgress
, oStartTime
, oKind
, oError
, oHTTPErrorMessage
, oZone
, oWarnings
, oHTTPErrorStatusCode
, oUser
, oSelfLink
, oName
, oStatusMessage
, oCreationTimestamp
, oEndTime
, oId
, oOperationType
, oRegion
, oTargetLink
, oClientOperationId
, UserList
, userList
, ulNextPageToken
, ulKind
, ulItems
, ulSelfLink
, ulId
, PublicKey
, publicKey
, pkFingerprint
, pkKey
, pkCreationTimestamp
, pkExpirationTimestamp
, pkDescription
, OperationStatus (..)
, LinuxAccountViews
, linuxAccountViews
, lavUserViews
, lavKind
, lavGroupViews
, User
, user
, uGroups
, uPublicKeys
, uKind
, uOwner
, uSelfLink
, uName
, uCreationTimestamp
, uId
, uDescription
, GroupsAddMemberRequest
, groupsAddMemberRequest
, gamrUsers
, LinuxGroupView
, linuxGroupView
, lgvMembers
, lgvGid
, lgvGroupName
, LinuxUserView
, linuxUserView
, luvGecos
, luvUid
, luvUsername
, luvShell
, luvGid
, luvHomeDirectory
, LinuxGetLinuxAccountViewsResponse
, linuxGetLinuxAccountViewsResponse
, lglavrResource
, OperationError
, operationError
, oeErrors
, LinuxGetAuthorizedKeysViewResponse
, linuxGetAuthorizedKeysViewResponse
, lgakvrResource
, OperationErrorErrorsItem
, operationErrorErrorsItem
, oeeiLocation
, oeeiCode
, oeeiMessage
, GroupsRemoveMemberRequest
, groupsRemoveMemberRequest
, grmrUsers
, AuthorizedKeysView
, authorizedKeysView
, akvSudoer
, akvKeys
, OperationWarningsItem
, operationWarningsItem
, owiData
, owiCode
, owiMessage
) where
import Network.Google.Prelude
import Network.Google.UserAccounts.Types.Product
import Network.Google.UserAccounts.Types.Sum
userAccountsService :: Service
userAccountsService
= defaultService (ServiceId "clouduseraccounts:beta")
"www.googleapis.com"
cloudPlatformReadOnlyScope :: OAuthScope
cloudPlatformReadOnlyScope = "https://www.googleapis.com/auth/cloud-platform.read-only";
cloudPlatformScope :: OAuthScope
cloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform";
cloudUseraccountsScope :: OAuthScope
cloudUseraccountsScope = "https://www.googleapis.com/auth/cloud.useraccounts";
cloudUseraccountsReadonlyScope :: OAuthScope
cloudUseraccountsReadonlyScope = "https://www.googleapis.com/auth/cloud.useraccounts.readonly";