Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + const CloudIdentityDevicesLookupScope + const CloudIdentityDevicesReadonlyScope + const CloudIdentityDevicesScope + const CloudIdentityGroupsReadonlyScope + const CloudIdentityGroupsScope + const CloudPlatformScope + type AddIdpCredentialOperationMetadata struct + ForceSendFields []string + NullFields []string + State string + func (s AddIdpCredentialOperationMetadata) MarshalJSON() ([]byte, error) + type AddIdpCredentialRequest struct + ForceSendFields []string + NullFields []string + PemData string + func (s AddIdpCredentialRequest) MarshalJSON() ([]byte, error) + type CancelUserInvitationRequest struct + type CheckTransitiveMembershipResponse struct + ForceSendFields []string + HasMembership bool + NullFields []string + func (s CheckTransitiveMembershipResponse) MarshalJSON() ([]byte, error) + type CreateGroupMetadata struct + type CreateInboundSamlSsoProfileOperationMetadata struct + ForceSendFields []string + NullFields []string + State string + func (s CreateInboundSamlSsoProfileOperationMetadata) MarshalJSON() ([]byte, error) + type CreateInboundSsoAssignmentOperationMetadata struct + type CreateMembershipMetadata struct + type CustomersService struct + Userinvitations *CustomersUserinvitationsService + func NewCustomersService(s *Service) *CustomersService + type CustomersUserinvitationsCancelCall struct + func (c *CustomersUserinvitationsCancelCall) Context(ctx context.Context) *CustomersUserinvitationsCancelCall + func (c *CustomersUserinvitationsCancelCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *CustomersUserinvitationsCancelCall) Fields(s ...googleapi.Field) *CustomersUserinvitationsCancelCall + func (c *CustomersUserinvitationsCancelCall) Header() http.Header + type CustomersUserinvitationsGetCall struct + func (c *CustomersUserinvitationsGetCall) Context(ctx context.Context) *CustomersUserinvitationsGetCall + func (c *CustomersUserinvitationsGetCall) Do(opts ...googleapi.CallOption) (*UserInvitation, error) + func (c *CustomersUserinvitationsGetCall) Fields(s ...googleapi.Field) *CustomersUserinvitationsGetCall + func (c *CustomersUserinvitationsGetCall) Header() http.Header + func (c *CustomersUserinvitationsGetCall) IfNoneMatch(entityTag string) *CustomersUserinvitationsGetCall + type CustomersUserinvitationsIsInvitableUserCall struct + func (c *CustomersUserinvitationsIsInvitableUserCall) Context(ctx context.Context) *CustomersUserinvitationsIsInvitableUserCall + func (c *CustomersUserinvitationsIsInvitableUserCall) Do(opts ...googleapi.CallOption) (*IsInvitableUserResponse, error) + func (c *CustomersUserinvitationsIsInvitableUserCall) Fields(s ...googleapi.Field) *CustomersUserinvitationsIsInvitableUserCall + func (c *CustomersUserinvitationsIsInvitableUserCall) Header() http.Header + func (c *CustomersUserinvitationsIsInvitableUserCall) IfNoneMatch(entityTag string) *CustomersUserinvitationsIsInvitableUserCall + type CustomersUserinvitationsListCall struct + func (c *CustomersUserinvitationsListCall) Context(ctx context.Context) *CustomersUserinvitationsListCall + func (c *CustomersUserinvitationsListCall) Do(opts ...googleapi.CallOption) (*ListUserInvitationsResponse, error) + func (c *CustomersUserinvitationsListCall) Fields(s ...googleapi.Field) *CustomersUserinvitationsListCall + func (c *CustomersUserinvitationsListCall) Filter(filter string) *CustomersUserinvitationsListCall + func (c *CustomersUserinvitationsListCall) Header() http.Header + func (c *CustomersUserinvitationsListCall) IfNoneMatch(entityTag string) *CustomersUserinvitationsListCall + func (c *CustomersUserinvitationsListCall) OrderBy(orderBy string) *CustomersUserinvitationsListCall + func (c *CustomersUserinvitationsListCall) PageSize(pageSize int64) *CustomersUserinvitationsListCall + func (c *CustomersUserinvitationsListCall) PageToken(pageToken string) *CustomersUserinvitationsListCall + func (c *CustomersUserinvitationsListCall) Pages(ctx context.Context, f func(*ListUserInvitationsResponse) error) error + type CustomersUserinvitationsSendCall struct + func (c *CustomersUserinvitationsSendCall) Context(ctx context.Context) *CustomersUserinvitationsSendCall + func (c *CustomersUserinvitationsSendCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *CustomersUserinvitationsSendCall) Fields(s ...googleapi.Field) *CustomersUserinvitationsSendCall + func (c *CustomersUserinvitationsSendCall) Header() http.Header + type CustomersUserinvitationsService struct + func NewCustomersUserinvitationsService(s *Service) *CustomersUserinvitationsService + func (r *CustomersUserinvitationsService) Cancel(name string, canceluserinvitationrequest *CancelUserInvitationRequest) *CustomersUserinvitationsCancelCall + func (r *CustomersUserinvitationsService) Get(name string) *CustomersUserinvitationsGetCall + func (r *CustomersUserinvitationsService) IsInvitableUser(name string) *CustomersUserinvitationsIsInvitableUserCall + func (r *CustomersUserinvitationsService) List(parent string) *CustomersUserinvitationsListCall + func (r *CustomersUserinvitationsService) Send(name string, senduserinvitationrequest *SendUserInvitationRequest) *CustomersUserinvitationsSendCall + type DeleteGroupMetadata struct + type DeleteIdpCredentialOperationMetadata struct + type DeleteInboundSamlSsoProfileOperationMetadata struct + type DeleteInboundSsoAssignmentOperationMetadata struct + type DeleteMembershipMetadata struct + type DevicesCancelWipeCall struct + func (c *DevicesCancelWipeCall) Context(ctx context.Context) *DevicesCancelWipeCall + func (c *DevicesCancelWipeCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *DevicesCancelWipeCall) Fields(s ...googleapi.Field) *DevicesCancelWipeCall + func (c *DevicesCancelWipeCall) Header() http.Header + type DevicesCreateCall struct + func (c *DevicesCreateCall) Context(ctx context.Context) *DevicesCreateCall + func (c *DevicesCreateCall) Customer(customer string) *DevicesCreateCall + func (c *DevicesCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *DevicesCreateCall) Fields(s ...googleapi.Field) *DevicesCreateCall + func (c *DevicesCreateCall) Header() http.Header + type DevicesDeleteCall struct + func (c *DevicesDeleteCall) Context(ctx context.Context) *DevicesDeleteCall + func (c *DevicesDeleteCall) Customer(customer string) *DevicesDeleteCall + func (c *DevicesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *DevicesDeleteCall) Fields(s ...googleapi.Field) *DevicesDeleteCall + func (c *DevicesDeleteCall) Header() http.Header + type DevicesDeviceUsersApproveCall struct + func (c *DevicesDeviceUsersApproveCall) Context(ctx context.Context) *DevicesDeviceUsersApproveCall + func (c *DevicesDeviceUsersApproveCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *DevicesDeviceUsersApproveCall) Fields(s ...googleapi.Field) *DevicesDeviceUsersApproveCall + func (c *DevicesDeviceUsersApproveCall) Header() http.Header + type DevicesDeviceUsersBlockCall struct + func (c *DevicesDeviceUsersBlockCall) Context(ctx context.Context) *DevicesDeviceUsersBlockCall + func (c *DevicesDeviceUsersBlockCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *DevicesDeviceUsersBlockCall) Fields(s ...googleapi.Field) *DevicesDeviceUsersBlockCall + func (c *DevicesDeviceUsersBlockCall) Header() http.Header + type DevicesDeviceUsersCancelWipeCall struct + func (c *DevicesDeviceUsersCancelWipeCall) Context(ctx context.Context) *DevicesDeviceUsersCancelWipeCall + func (c *DevicesDeviceUsersCancelWipeCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *DevicesDeviceUsersCancelWipeCall) Fields(s ...googleapi.Field) *DevicesDeviceUsersCancelWipeCall + func (c *DevicesDeviceUsersCancelWipeCall) Header() http.Header + type DevicesDeviceUsersClientStatesGetCall struct + func (c *DevicesDeviceUsersClientStatesGetCall) Context(ctx context.Context) *DevicesDeviceUsersClientStatesGetCall + func (c *DevicesDeviceUsersClientStatesGetCall) Customer(customer string) *DevicesDeviceUsersClientStatesGetCall + func (c *DevicesDeviceUsersClientStatesGetCall) Do(opts ...googleapi.CallOption) (*GoogleAppsCloudidentityDevicesV1ClientState, error) + func (c *DevicesDeviceUsersClientStatesGetCall) Fields(s ...googleapi.Field) *DevicesDeviceUsersClientStatesGetCall + func (c *DevicesDeviceUsersClientStatesGetCall) Header() http.Header + func (c *DevicesDeviceUsersClientStatesGetCall) IfNoneMatch(entityTag string) *DevicesDeviceUsersClientStatesGetCall + type DevicesDeviceUsersClientStatesListCall struct + func (c *DevicesDeviceUsersClientStatesListCall) Context(ctx context.Context) *DevicesDeviceUsersClientStatesListCall + func (c *DevicesDeviceUsersClientStatesListCall) Customer(customer string) *DevicesDeviceUsersClientStatesListCall + func (c *DevicesDeviceUsersClientStatesListCall) Do(opts ...googleapi.CallOption) (*GoogleAppsCloudidentityDevicesV1ListClientStatesResponse, error) + func (c *DevicesDeviceUsersClientStatesListCall) Fields(s ...googleapi.Field) *DevicesDeviceUsersClientStatesListCall + func (c *DevicesDeviceUsersClientStatesListCall) Filter(filter string) *DevicesDeviceUsersClientStatesListCall + func (c *DevicesDeviceUsersClientStatesListCall) Header() http.Header + func (c *DevicesDeviceUsersClientStatesListCall) IfNoneMatch(entityTag string) *DevicesDeviceUsersClientStatesListCall + func (c *DevicesDeviceUsersClientStatesListCall) OrderBy(orderBy string) *DevicesDeviceUsersClientStatesListCall + func (c *DevicesDeviceUsersClientStatesListCall) PageToken(pageToken string) *DevicesDeviceUsersClientStatesListCall + func (c *DevicesDeviceUsersClientStatesListCall) Pages(ctx context.Context, ...) error + type DevicesDeviceUsersClientStatesPatchCall struct + func (c *DevicesDeviceUsersClientStatesPatchCall) Context(ctx context.Context) *DevicesDeviceUsersClientStatesPatchCall + func (c *DevicesDeviceUsersClientStatesPatchCall) Customer(customer string) *DevicesDeviceUsersClientStatesPatchCall + func (c *DevicesDeviceUsersClientStatesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *DevicesDeviceUsersClientStatesPatchCall) Fields(s ...googleapi.Field) *DevicesDeviceUsersClientStatesPatchCall + func (c *DevicesDeviceUsersClientStatesPatchCall) Header() http.Header + func (c *DevicesDeviceUsersClientStatesPatchCall) UpdateMask(updateMask string) *DevicesDeviceUsersClientStatesPatchCall + type DevicesDeviceUsersClientStatesService struct + func NewDevicesDeviceUsersClientStatesService(s *Service) *DevicesDeviceUsersClientStatesService + func (r *DevicesDeviceUsersClientStatesService) Get(name string) *DevicesDeviceUsersClientStatesGetCall + func (r *DevicesDeviceUsersClientStatesService) List(parent string) *DevicesDeviceUsersClientStatesListCall + func (r *DevicesDeviceUsersClientStatesService) Patch(name string, ...) *DevicesDeviceUsersClientStatesPatchCall + type DevicesDeviceUsersDeleteCall struct + func (c *DevicesDeviceUsersDeleteCall) Context(ctx context.Context) *DevicesDeviceUsersDeleteCall + func (c *DevicesDeviceUsersDeleteCall) Customer(customer string) *DevicesDeviceUsersDeleteCall + func (c *DevicesDeviceUsersDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *DevicesDeviceUsersDeleteCall) Fields(s ...googleapi.Field) *DevicesDeviceUsersDeleteCall + func (c *DevicesDeviceUsersDeleteCall) Header() http.Header + type DevicesDeviceUsersGetCall struct + func (c *DevicesDeviceUsersGetCall) Context(ctx context.Context) *DevicesDeviceUsersGetCall + func (c *DevicesDeviceUsersGetCall) Customer(customer string) *DevicesDeviceUsersGetCall + func (c *DevicesDeviceUsersGetCall) Do(opts ...googleapi.CallOption) (*GoogleAppsCloudidentityDevicesV1DeviceUser, error) + func (c *DevicesDeviceUsersGetCall) Fields(s ...googleapi.Field) *DevicesDeviceUsersGetCall + func (c *DevicesDeviceUsersGetCall) Header() http.Header + func (c *DevicesDeviceUsersGetCall) IfNoneMatch(entityTag string) *DevicesDeviceUsersGetCall + type DevicesDeviceUsersListCall struct + func (c *DevicesDeviceUsersListCall) Context(ctx context.Context) *DevicesDeviceUsersListCall + func (c *DevicesDeviceUsersListCall) Customer(customer string) *DevicesDeviceUsersListCall + func (c *DevicesDeviceUsersListCall) Do(opts ...googleapi.CallOption) (*GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse, error) + func (c *DevicesDeviceUsersListCall) Fields(s ...googleapi.Field) *DevicesDeviceUsersListCall + func (c *DevicesDeviceUsersListCall) Filter(filter string) *DevicesDeviceUsersListCall + func (c *DevicesDeviceUsersListCall) Header() http.Header + func (c *DevicesDeviceUsersListCall) IfNoneMatch(entityTag string) *DevicesDeviceUsersListCall + func (c *DevicesDeviceUsersListCall) OrderBy(orderBy string) *DevicesDeviceUsersListCall + func (c *DevicesDeviceUsersListCall) PageSize(pageSize int64) *DevicesDeviceUsersListCall + func (c *DevicesDeviceUsersListCall) PageToken(pageToken string) *DevicesDeviceUsersListCall + func (c *DevicesDeviceUsersListCall) Pages(ctx context.Context, ...) error + type DevicesDeviceUsersLookupCall struct + func (c *DevicesDeviceUsersLookupCall) AndroidId(androidId string) *DevicesDeviceUsersLookupCall + func (c *DevicesDeviceUsersLookupCall) Context(ctx context.Context) *DevicesDeviceUsersLookupCall + func (c *DevicesDeviceUsersLookupCall) Do(opts ...googleapi.CallOption) (*GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse, error) + func (c *DevicesDeviceUsersLookupCall) Fields(s ...googleapi.Field) *DevicesDeviceUsersLookupCall + func (c *DevicesDeviceUsersLookupCall) Header() http.Header + func (c *DevicesDeviceUsersLookupCall) IfNoneMatch(entityTag string) *DevicesDeviceUsersLookupCall + func (c *DevicesDeviceUsersLookupCall) PageSize(pageSize int64) *DevicesDeviceUsersLookupCall + func (c *DevicesDeviceUsersLookupCall) PageToken(pageToken string) *DevicesDeviceUsersLookupCall + func (c *DevicesDeviceUsersLookupCall) Pages(ctx context.Context, ...) error + func (c *DevicesDeviceUsersLookupCall) RawResourceId(rawResourceId string) *DevicesDeviceUsersLookupCall + func (c *DevicesDeviceUsersLookupCall) UserId(userId string) *DevicesDeviceUsersLookupCall + type DevicesDeviceUsersService struct + ClientStates *DevicesDeviceUsersClientStatesService + func NewDevicesDeviceUsersService(s *Service) *DevicesDeviceUsersService + func (r *DevicesDeviceUsersService) Approve(name string, ...) *DevicesDeviceUsersApproveCall + func (r *DevicesDeviceUsersService) Block(name string, ...) *DevicesDeviceUsersBlockCall + func (r *DevicesDeviceUsersService) CancelWipe(name string, ...) *DevicesDeviceUsersCancelWipeCall + func (r *DevicesDeviceUsersService) Delete(name string) *DevicesDeviceUsersDeleteCall + func (r *DevicesDeviceUsersService) Get(name string) *DevicesDeviceUsersGetCall + func (r *DevicesDeviceUsersService) List(parent string) *DevicesDeviceUsersListCall + func (r *DevicesDeviceUsersService) Lookup(parent string) *DevicesDeviceUsersLookupCall + func (r *DevicesDeviceUsersService) Wipe(name string, ...) *DevicesDeviceUsersWipeCall + type DevicesDeviceUsersWipeCall struct + func (c *DevicesDeviceUsersWipeCall) Context(ctx context.Context) *DevicesDeviceUsersWipeCall + func (c *DevicesDeviceUsersWipeCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *DevicesDeviceUsersWipeCall) Fields(s ...googleapi.Field) *DevicesDeviceUsersWipeCall + func (c *DevicesDeviceUsersWipeCall) Header() http.Header + type DevicesGetCall struct + func (c *DevicesGetCall) Context(ctx context.Context) *DevicesGetCall + func (c *DevicesGetCall) Customer(customer string) *DevicesGetCall + func (c *DevicesGetCall) Do(opts ...googleapi.CallOption) (*GoogleAppsCloudidentityDevicesV1Device, error) + func (c *DevicesGetCall) Fields(s ...googleapi.Field) *DevicesGetCall + func (c *DevicesGetCall) Header() http.Header + func (c *DevicesGetCall) IfNoneMatch(entityTag string) *DevicesGetCall + type DevicesListCall struct + func (c *DevicesListCall) Context(ctx context.Context) *DevicesListCall + func (c *DevicesListCall) Customer(customer string) *DevicesListCall + func (c *DevicesListCall) Do(opts ...googleapi.CallOption) (*GoogleAppsCloudidentityDevicesV1ListDevicesResponse, error) + func (c *DevicesListCall) Fields(s ...googleapi.Field) *DevicesListCall + func (c *DevicesListCall) Filter(filter string) *DevicesListCall + func (c *DevicesListCall) Header() http.Header + func (c *DevicesListCall) IfNoneMatch(entityTag string) *DevicesListCall + func (c *DevicesListCall) OrderBy(orderBy string) *DevicesListCall + func (c *DevicesListCall) PageSize(pageSize int64) *DevicesListCall + func (c *DevicesListCall) PageToken(pageToken string) *DevicesListCall + func (c *DevicesListCall) Pages(ctx context.Context, ...) error + func (c *DevicesListCall) View(view string) *DevicesListCall + type DevicesService struct + DeviceUsers *DevicesDeviceUsersService + func NewDevicesService(s *Service) *DevicesService + func (r *DevicesService) CancelWipe(name string, ...) *DevicesCancelWipeCall + func (r *DevicesService) Create(googleappscloudidentitydevicesv1device *GoogleAppsCloudidentityDevicesV1Device) *DevicesCreateCall + func (r *DevicesService) Delete(name string) *DevicesDeleteCall + func (r *DevicesService) Get(name string) *DevicesGetCall + func (r *DevicesService) List() *DevicesListCall + func (r *DevicesService) Wipe(name string, ...) *DevicesWipeCall + type DevicesWipeCall struct + func (c *DevicesWipeCall) Context(ctx context.Context) *DevicesWipeCall + func (c *DevicesWipeCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *DevicesWipeCall) Fields(s ...googleapi.Field) *DevicesWipeCall + func (c *DevicesWipeCall) Header() http.Header + type DsaPublicKeyInfo struct + ForceSendFields []string + KeySize int64 + NullFields []string + func (s DsaPublicKeyInfo) MarshalJSON() ([]byte, error) + type DynamicGroupMetadata struct + ForceSendFields []string + NullFields []string + Queries []*DynamicGroupQuery + Status *DynamicGroupStatus + func (s DynamicGroupMetadata) MarshalJSON() ([]byte, error) + type DynamicGroupQuery struct + ForceSendFields []string + NullFields []string + Query string + ResourceType string + func (s DynamicGroupQuery) MarshalJSON() ([]byte, error) + type DynamicGroupStatus struct + ForceSendFields []string + NullFields []string + Status string + StatusTime string + func (s DynamicGroupStatus) MarshalJSON() ([]byte, error) + type EntityKey struct + ForceSendFields []string + Id string + Namespace string + NullFields []string + func (s EntityKey) MarshalJSON() ([]byte, error) + type ExpiryDetail struct + ExpireTime string + ForceSendFields []string + NullFields []string + func (s ExpiryDetail) MarshalJSON() ([]byte, error) + type GetMembershipGraphMetadata struct + type GetMembershipGraphResponse struct + AdjacencyList []*MembershipAdjacencyList + ForceSendFields []string + Groups []*Group + NullFields []string + func (s GetMembershipGraphResponse) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1AndroidAttributes struct + CtsProfileMatch bool + EnabledUnknownSources bool + ForceSendFields []string + HasPotentiallyHarmfulApps bool + NullFields []string + OwnerProfileAccount bool + OwnershipPrivilege string + SupportsWorkProfile bool + VerifiedBoot bool + VerifyAppsEnabled bool + func (s GoogleAppsCloudidentityDevicesV1AndroidAttributes) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1ApproveDeviceUserMetadata struct + type GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest struct + Customer string + ForceSendFields []string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1ApproveDeviceUserRequest) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1ApproveDeviceUserResponse struct + DeviceUser *GoogleAppsCloudidentityDevicesV1DeviceUser + ForceSendFields []string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1ApproveDeviceUserResponse) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1BlockDeviceUserMetadata struct + type GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest struct + Customer string + ForceSendFields []string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1BlockDeviceUserRequest) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1BlockDeviceUserResponse struct + DeviceUser *GoogleAppsCloudidentityDevicesV1DeviceUser + ForceSendFields []string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1BlockDeviceUserResponse) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1BrowserAttributes struct + ChromeBrowserInfo *GoogleAppsCloudidentityDevicesV1BrowserInfo + ChromeProfileId string + ForceSendFields []string + LastProfileSyncTime string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1BrowserAttributes) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1BrowserInfo struct + BrowserManagementState string + BrowserVersion string + ForceSendFields []string + IsBuiltInDnsClientEnabled bool + IsBulkDataEntryAnalysisEnabled bool + IsChromeCleanupEnabled bool + IsChromeRemoteDesktopAppBlocked bool + IsFileDownloadAnalysisEnabled bool + IsFileUploadAnalysisEnabled bool + IsRealtimeUrlCheckEnabled bool + IsSecurityEventAnalysisEnabled bool + IsSiteIsolationEnabled bool + IsThirdPartyBlockingEnabled bool + NullFields []string + PasswordProtectionWarningTrigger string + SafeBrowsingProtectionLevel string + func (s GoogleAppsCloudidentityDevicesV1BrowserInfo) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1CancelWipeDeviceMetadata struct + type GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest struct + Customer string + ForceSendFields []string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1CancelWipeDeviceRequest) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1CancelWipeDeviceResponse struct + Device *GoogleAppsCloudidentityDevicesV1Device + ForceSendFields []string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1CancelWipeDeviceResponse) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserMetadata struct + type GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest struct + Customer string + ForceSendFields []string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserRequest) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserResponse struct + DeviceUser *GoogleAppsCloudidentityDevicesV1DeviceUser + ForceSendFields []string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1CancelWipeDeviceUserResponse) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1CertificateAttributes struct + CertificateTemplate *GoogleAppsCloudidentityDevicesV1CertificateTemplate + Fingerprint string + ForceSendFields []string + Issuer string + NullFields []string + SerialNumber string + Subject string + Thumbprint string + ValidationState string + ValidityExpirationTime string + ValidityStartTime string + func (s GoogleAppsCloudidentityDevicesV1CertificateAttributes) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1CertificateTemplate struct + ForceSendFields []string + Id string + MajorVersion int64 + MinorVersion int64 + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1CertificateTemplate) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1ClientState struct + AssetTags []string + ComplianceState string + CreateTime string + CustomId string + Etag string + ForceSendFields []string + HealthScore string + KeyValuePairs map[string]GoogleAppsCloudidentityDevicesV1CustomAttributeValue + LastUpdateTime string + Managed string + Name string + NullFields []string + OwnerType string + ScoreReason string + func (s GoogleAppsCloudidentityDevicesV1ClientState) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1CreateDeviceMetadata struct + type GoogleAppsCloudidentityDevicesV1CustomAttributeValue struct + BoolValue bool + ForceSendFields []string + NullFields []string + NumberValue float64 + StringValue string + func (s *GoogleAppsCloudidentityDevicesV1CustomAttributeValue) UnmarshalJSON(data []byte) error + func (s GoogleAppsCloudidentityDevicesV1CustomAttributeValue) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1DeleteDeviceMetadata struct + type GoogleAppsCloudidentityDevicesV1DeleteDeviceUserMetadata struct + type GoogleAppsCloudidentityDevicesV1Device struct + AndroidSpecificAttributes *GoogleAppsCloudidentityDevicesV1AndroidAttributes + AssetTag string + BasebandVersion string + BootloaderVersion string + Brand string + BuildNumber string + CompromisedState string + CreateTime string + DeviceId string + DeviceType string + EnabledDeveloperOptions bool + EnabledUsbDebugging bool + EncryptionState string + EndpointVerificationSpecificAttributes *GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes + ForceSendFields []string + Hostname string + Imei string + KernelVersion string + LastSyncTime string + ManagementState string + Manufacturer string + Meid string + Model string + Name string + NetworkOperator string + NullFields []string + OsVersion string + OtherAccounts []string + OwnerType string + ReleaseVersion string + SecurityPatchTime string + SerialNumber string + UnifiedDeviceId string + WifiMacAddresses []string + func (s GoogleAppsCloudidentityDevicesV1Device) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1DeviceUser struct + CompromisedState string + CreateTime string + FirstSyncTime string + ForceSendFields []string + LanguageCode string + LastSyncTime string + ManagementState string + Name string + NullFields []string + PasswordState string + UserAgent string + UserEmail string + func (s GoogleAppsCloudidentityDevicesV1DeviceUser) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes struct + AdditionalSignals googleapi.RawMessage + BrowserAttributes []*GoogleAppsCloudidentityDevicesV1BrowserAttributes + CertificateAttributes []*GoogleAppsCloudidentityDevicesV1CertificateAttributes + ForceSendFields []string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1EndpointVerificationSpecificAttributes) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1ListClientStatesResponse struct + ClientStates []*GoogleAppsCloudidentityDevicesV1ClientState + ForceSendFields []string + NextPageToken string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1ListClientStatesResponse) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse struct + DeviceUsers []*GoogleAppsCloudidentityDevicesV1DeviceUser + ForceSendFields []string + NextPageToken string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1ListDeviceUsersResponse) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1ListDevicesResponse struct + Devices []*GoogleAppsCloudidentityDevicesV1Device + ForceSendFields []string + NextPageToken string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1ListDevicesResponse) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1ListEndpointAppsMetadata struct + type GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse struct + Customer string + ForceSendFields []string + Names []string + NextPageToken string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1SignoutDeviceUserMetadata struct + type GoogleAppsCloudidentityDevicesV1UpdateClientStateMetadata struct + type GoogleAppsCloudidentityDevicesV1UpdateDeviceMetadata struct + type GoogleAppsCloudidentityDevicesV1WipeDeviceMetadata struct + type GoogleAppsCloudidentityDevicesV1WipeDeviceRequest struct + Customer string + ForceSendFields []string + NullFields []string + RemoveResetLock bool + func (s GoogleAppsCloudidentityDevicesV1WipeDeviceRequest) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1WipeDeviceResponse struct + Device *GoogleAppsCloudidentityDevicesV1Device + ForceSendFields []string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1WipeDeviceResponse) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1WipeDeviceUserMetadata struct + type GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest struct + Customer string + ForceSendFields []string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1WipeDeviceUserRequest) MarshalJSON() ([]byte, error) + type GoogleAppsCloudidentityDevicesV1WipeDeviceUserResponse struct + DeviceUser *GoogleAppsCloudidentityDevicesV1DeviceUser + ForceSendFields []string + NullFields []string + func (s GoogleAppsCloudidentityDevicesV1WipeDeviceUserResponse) MarshalJSON() ([]byte, error) + type Group struct + AdditionalGroupKeys []*EntityKey + CreateTime string + Description string + DisplayName string + DynamicGroupMetadata *DynamicGroupMetadata + ForceSendFields []string + GroupKey *EntityKey + Labels map[string]string + Name string + NullFields []string + Parent string + UpdateTime string + func (s Group) MarshalJSON() ([]byte, error) + type GroupRelation struct + DisplayName string + ForceSendFields []string + Group string + GroupKey *EntityKey + Labels map[string]string + NullFields []string + RelationType string + Roles []*TransitiveMembershipRole + func (s GroupRelation) MarshalJSON() ([]byte, error) + type GroupsCreateCall struct + func (c *GroupsCreateCall) Context(ctx context.Context) *GroupsCreateCall + func (c *GroupsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *GroupsCreateCall) Fields(s ...googleapi.Field) *GroupsCreateCall + func (c *GroupsCreateCall) Header() http.Header + func (c *GroupsCreateCall) InitialGroupConfig(initialGroupConfig string) *GroupsCreateCall + type GroupsDeleteCall struct + func (c *GroupsDeleteCall) Context(ctx context.Context) *GroupsDeleteCall + func (c *GroupsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *GroupsDeleteCall) Fields(s ...googleapi.Field) *GroupsDeleteCall + func (c *GroupsDeleteCall) Header() http.Header + type GroupsGetCall struct + func (c *GroupsGetCall) Context(ctx context.Context) *GroupsGetCall + func (c *GroupsGetCall) Do(opts ...googleapi.CallOption) (*Group, error) + func (c *GroupsGetCall) Fields(s ...googleapi.Field) *GroupsGetCall + func (c *GroupsGetCall) Header() http.Header + func (c *GroupsGetCall) IfNoneMatch(entityTag string) *GroupsGetCall + type GroupsGetSecuritySettingsCall struct + func (c *GroupsGetSecuritySettingsCall) Context(ctx context.Context) *GroupsGetSecuritySettingsCall + func (c *GroupsGetSecuritySettingsCall) Do(opts ...googleapi.CallOption) (*SecuritySettings, error) + func (c *GroupsGetSecuritySettingsCall) Fields(s ...googleapi.Field) *GroupsGetSecuritySettingsCall + func (c *GroupsGetSecuritySettingsCall) Header() http.Header + func (c *GroupsGetSecuritySettingsCall) IfNoneMatch(entityTag string) *GroupsGetSecuritySettingsCall + func (c *GroupsGetSecuritySettingsCall) ReadMask(readMask string) *GroupsGetSecuritySettingsCall + type GroupsListCall struct + func (c *GroupsListCall) Context(ctx context.Context) *GroupsListCall + func (c *GroupsListCall) Do(opts ...googleapi.CallOption) (*ListGroupsResponse, error) + func (c *GroupsListCall) Fields(s ...googleapi.Field) *GroupsListCall + func (c *GroupsListCall) Header() http.Header + func (c *GroupsListCall) IfNoneMatch(entityTag string) *GroupsListCall + func (c *GroupsListCall) PageSize(pageSize int64) *GroupsListCall + func (c *GroupsListCall) PageToken(pageToken string) *GroupsListCall + func (c *GroupsListCall) Pages(ctx context.Context, f func(*ListGroupsResponse) error) error + func (c *GroupsListCall) Parent(parent string) *GroupsListCall + func (c *GroupsListCall) View(view string) *GroupsListCall + type GroupsLookupCall struct + func (c *GroupsLookupCall) Context(ctx context.Context) *GroupsLookupCall + func (c *GroupsLookupCall) Do(opts ...googleapi.CallOption) (*LookupGroupNameResponse, error) + func (c *GroupsLookupCall) Fields(s ...googleapi.Field) *GroupsLookupCall + func (c *GroupsLookupCall) GroupKeyId(groupKeyId string) *GroupsLookupCall + func (c *GroupsLookupCall) GroupKeyNamespace(groupKeyNamespace string) *GroupsLookupCall + func (c *GroupsLookupCall) Header() http.Header + func (c *GroupsLookupCall) IfNoneMatch(entityTag string) *GroupsLookupCall + type GroupsMembershipsCheckTransitiveMembershipCall struct + func (c *GroupsMembershipsCheckTransitiveMembershipCall) Context(ctx context.Context) *GroupsMembershipsCheckTransitiveMembershipCall + func (c *GroupsMembershipsCheckTransitiveMembershipCall) Do(opts ...googleapi.CallOption) (*CheckTransitiveMembershipResponse, error) + func (c *GroupsMembershipsCheckTransitiveMembershipCall) Fields(s ...googleapi.Field) *GroupsMembershipsCheckTransitiveMembershipCall + func (c *GroupsMembershipsCheckTransitiveMembershipCall) Header() http.Header + func (c *GroupsMembershipsCheckTransitiveMembershipCall) IfNoneMatch(entityTag string) *GroupsMembershipsCheckTransitiveMembershipCall + func (c *GroupsMembershipsCheckTransitiveMembershipCall) Query(query string) *GroupsMembershipsCheckTransitiveMembershipCall + type GroupsMembershipsCreateCall struct + func (c *GroupsMembershipsCreateCall) Context(ctx context.Context) *GroupsMembershipsCreateCall + func (c *GroupsMembershipsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *GroupsMembershipsCreateCall) Fields(s ...googleapi.Field) *GroupsMembershipsCreateCall + func (c *GroupsMembershipsCreateCall) Header() http.Header + type GroupsMembershipsDeleteCall struct + func (c *GroupsMembershipsDeleteCall) Context(ctx context.Context) *GroupsMembershipsDeleteCall + func (c *GroupsMembershipsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *GroupsMembershipsDeleteCall) Fields(s ...googleapi.Field) *GroupsMembershipsDeleteCall + func (c *GroupsMembershipsDeleteCall) Header() http.Header + type GroupsMembershipsGetCall struct + func (c *GroupsMembershipsGetCall) Context(ctx context.Context) *GroupsMembershipsGetCall + func (c *GroupsMembershipsGetCall) Do(opts ...googleapi.CallOption) (*Membership, error) + func (c *GroupsMembershipsGetCall) Fields(s ...googleapi.Field) *GroupsMembershipsGetCall + func (c *GroupsMembershipsGetCall) Header() http.Header + func (c *GroupsMembershipsGetCall) IfNoneMatch(entityTag string) *GroupsMembershipsGetCall + type GroupsMembershipsGetMembershipGraphCall struct + func (c *GroupsMembershipsGetMembershipGraphCall) Context(ctx context.Context) *GroupsMembershipsGetMembershipGraphCall + func (c *GroupsMembershipsGetMembershipGraphCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *GroupsMembershipsGetMembershipGraphCall) Fields(s ...googleapi.Field) *GroupsMembershipsGetMembershipGraphCall + func (c *GroupsMembershipsGetMembershipGraphCall) Header() http.Header + func (c *GroupsMembershipsGetMembershipGraphCall) IfNoneMatch(entityTag string) *GroupsMembershipsGetMembershipGraphCall + func (c *GroupsMembershipsGetMembershipGraphCall) Query(query string) *GroupsMembershipsGetMembershipGraphCall + type GroupsMembershipsListCall struct + func (c *GroupsMembershipsListCall) Context(ctx context.Context) *GroupsMembershipsListCall + func (c *GroupsMembershipsListCall) Do(opts ...googleapi.CallOption) (*ListMembershipsResponse, error) + func (c *GroupsMembershipsListCall) Fields(s ...googleapi.Field) *GroupsMembershipsListCall + func (c *GroupsMembershipsListCall) Header() http.Header + func (c *GroupsMembershipsListCall) IfNoneMatch(entityTag string) *GroupsMembershipsListCall + func (c *GroupsMembershipsListCall) PageSize(pageSize int64) *GroupsMembershipsListCall + func (c *GroupsMembershipsListCall) PageToken(pageToken string) *GroupsMembershipsListCall + func (c *GroupsMembershipsListCall) Pages(ctx context.Context, f func(*ListMembershipsResponse) error) error + func (c *GroupsMembershipsListCall) View(view string) *GroupsMembershipsListCall + type GroupsMembershipsLookupCall struct + func (c *GroupsMembershipsLookupCall) Context(ctx context.Context) *GroupsMembershipsLookupCall + func (c *GroupsMembershipsLookupCall) Do(opts ...googleapi.CallOption) (*LookupMembershipNameResponse, error) + func (c *GroupsMembershipsLookupCall) Fields(s ...googleapi.Field) *GroupsMembershipsLookupCall + func (c *GroupsMembershipsLookupCall) Header() http.Header + func (c *GroupsMembershipsLookupCall) IfNoneMatch(entityTag string) *GroupsMembershipsLookupCall + func (c *GroupsMembershipsLookupCall) MemberKeyId(memberKeyId string) *GroupsMembershipsLookupCall + func (c *GroupsMembershipsLookupCall) MemberKeyNamespace(memberKeyNamespace string) *GroupsMembershipsLookupCall + type GroupsMembershipsModifyMembershipRolesCall struct + func (c *GroupsMembershipsModifyMembershipRolesCall) Context(ctx context.Context) *GroupsMembershipsModifyMembershipRolesCall + func (c *GroupsMembershipsModifyMembershipRolesCall) Do(opts ...googleapi.CallOption) (*ModifyMembershipRolesResponse, error) + func (c *GroupsMembershipsModifyMembershipRolesCall) Fields(s ...googleapi.Field) *GroupsMembershipsModifyMembershipRolesCall + func (c *GroupsMembershipsModifyMembershipRolesCall) Header() http.Header + type GroupsMembershipsSearchDirectGroupsCall struct + func (c *GroupsMembershipsSearchDirectGroupsCall) Context(ctx context.Context) *GroupsMembershipsSearchDirectGroupsCall + func (c *GroupsMembershipsSearchDirectGroupsCall) Do(opts ...googleapi.CallOption) (*SearchDirectGroupsResponse, error) + func (c *GroupsMembershipsSearchDirectGroupsCall) Fields(s ...googleapi.Field) *GroupsMembershipsSearchDirectGroupsCall + func (c *GroupsMembershipsSearchDirectGroupsCall) Header() http.Header + func (c *GroupsMembershipsSearchDirectGroupsCall) IfNoneMatch(entityTag string) *GroupsMembershipsSearchDirectGroupsCall + func (c *GroupsMembershipsSearchDirectGroupsCall) OrderBy(orderBy string) *GroupsMembershipsSearchDirectGroupsCall + func (c *GroupsMembershipsSearchDirectGroupsCall) PageSize(pageSize int64) *GroupsMembershipsSearchDirectGroupsCall + func (c *GroupsMembershipsSearchDirectGroupsCall) PageToken(pageToken string) *GroupsMembershipsSearchDirectGroupsCall + func (c *GroupsMembershipsSearchDirectGroupsCall) Pages(ctx context.Context, f func(*SearchDirectGroupsResponse) error) error + func (c *GroupsMembershipsSearchDirectGroupsCall) Query(query string) *GroupsMembershipsSearchDirectGroupsCall + type GroupsMembershipsSearchTransitiveGroupsCall struct + func (c *GroupsMembershipsSearchTransitiveGroupsCall) Context(ctx context.Context) *GroupsMembershipsSearchTransitiveGroupsCall + func (c *GroupsMembershipsSearchTransitiveGroupsCall) Do(opts ...googleapi.CallOption) (*SearchTransitiveGroupsResponse, error) + func (c *GroupsMembershipsSearchTransitiveGroupsCall) Fields(s ...googleapi.Field) *GroupsMembershipsSearchTransitiveGroupsCall + func (c *GroupsMembershipsSearchTransitiveGroupsCall) Header() http.Header + func (c *GroupsMembershipsSearchTransitiveGroupsCall) IfNoneMatch(entityTag string) *GroupsMembershipsSearchTransitiveGroupsCall + func (c *GroupsMembershipsSearchTransitiveGroupsCall) PageSize(pageSize int64) *GroupsMembershipsSearchTransitiveGroupsCall + func (c *GroupsMembershipsSearchTransitiveGroupsCall) PageToken(pageToken string) *GroupsMembershipsSearchTransitiveGroupsCall + func (c *GroupsMembershipsSearchTransitiveGroupsCall) Pages(ctx context.Context, f func(*SearchTransitiveGroupsResponse) error) error + func (c *GroupsMembershipsSearchTransitiveGroupsCall) Query(query string) *GroupsMembershipsSearchTransitiveGroupsCall + type GroupsMembershipsSearchTransitiveMembershipsCall struct + func (c *GroupsMembershipsSearchTransitiveMembershipsCall) Context(ctx context.Context) *GroupsMembershipsSearchTransitiveMembershipsCall + func (c *GroupsMembershipsSearchTransitiveMembershipsCall) Do(opts ...googleapi.CallOption) (*SearchTransitiveMembershipsResponse, error) + func (c *GroupsMembershipsSearchTransitiveMembershipsCall) Fields(s ...googleapi.Field) *GroupsMembershipsSearchTransitiveMembershipsCall + func (c *GroupsMembershipsSearchTransitiveMembershipsCall) Header() http.Header + func (c *GroupsMembershipsSearchTransitiveMembershipsCall) IfNoneMatch(entityTag string) *GroupsMembershipsSearchTransitiveMembershipsCall + func (c *GroupsMembershipsSearchTransitiveMembershipsCall) PageSize(pageSize int64) *GroupsMembershipsSearchTransitiveMembershipsCall + func (c *GroupsMembershipsSearchTransitiveMembershipsCall) PageToken(pageToken string) *GroupsMembershipsSearchTransitiveMembershipsCall + func (c *GroupsMembershipsSearchTransitiveMembershipsCall) Pages(ctx context.Context, f func(*SearchTransitiveMembershipsResponse) error) error + type GroupsMembershipsService struct + func NewGroupsMembershipsService(s *Service) *GroupsMembershipsService + func (r *GroupsMembershipsService) CheckTransitiveMembership(parent string) *GroupsMembershipsCheckTransitiveMembershipCall + func (r *GroupsMembershipsService) Create(parent string, membership *Membership) *GroupsMembershipsCreateCall + func (r *GroupsMembershipsService) Delete(name string) *GroupsMembershipsDeleteCall + func (r *GroupsMembershipsService) Get(name string) *GroupsMembershipsGetCall + func (r *GroupsMembershipsService) GetMembershipGraph(parent string) *GroupsMembershipsGetMembershipGraphCall + func (r *GroupsMembershipsService) List(parent string) *GroupsMembershipsListCall + func (r *GroupsMembershipsService) Lookup(parent string) *GroupsMembershipsLookupCall + func (r *GroupsMembershipsService) ModifyMembershipRoles(name string, modifymembershiprolesrequest *ModifyMembershipRolesRequest) *GroupsMembershipsModifyMembershipRolesCall + func (r *GroupsMembershipsService) SearchDirectGroups(parent string) *GroupsMembershipsSearchDirectGroupsCall + func (r *GroupsMembershipsService) SearchTransitiveGroups(parent string) *GroupsMembershipsSearchTransitiveGroupsCall + func (r *GroupsMembershipsService) SearchTransitiveMemberships(parent string) *GroupsMembershipsSearchTransitiveMembershipsCall + type GroupsPatchCall struct + func (c *GroupsPatchCall) Context(ctx context.Context) *GroupsPatchCall + func (c *GroupsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *GroupsPatchCall) Fields(s ...googleapi.Field) *GroupsPatchCall + func (c *GroupsPatchCall) Header() http.Header + func (c *GroupsPatchCall) UpdateMask(updateMask string) *GroupsPatchCall + type GroupsSearchCall struct + func (c *GroupsSearchCall) Context(ctx context.Context) *GroupsSearchCall + func (c *GroupsSearchCall) Do(opts ...googleapi.CallOption) (*SearchGroupsResponse, error) + func (c *GroupsSearchCall) Fields(s ...googleapi.Field) *GroupsSearchCall + func (c *GroupsSearchCall) Header() http.Header + func (c *GroupsSearchCall) IfNoneMatch(entityTag string) *GroupsSearchCall + func (c *GroupsSearchCall) PageSize(pageSize int64) *GroupsSearchCall + func (c *GroupsSearchCall) PageToken(pageToken string) *GroupsSearchCall + func (c *GroupsSearchCall) Pages(ctx context.Context, f func(*SearchGroupsResponse) error) error + func (c *GroupsSearchCall) Query(query string) *GroupsSearchCall + func (c *GroupsSearchCall) View(view string) *GroupsSearchCall + type GroupsService struct + Memberships *GroupsMembershipsService + func NewGroupsService(s *Service) *GroupsService + func (r *GroupsService) Create(group *Group) *GroupsCreateCall + func (r *GroupsService) Delete(name string) *GroupsDeleteCall + func (r *GroupsService) Get(name string) *GroupsGetCall + func (r *GroupsService) GetSecuritySettings(name string) *GroupsGetSecuritySettingsCall + func (r *GroupsService) List() *GroupsListCall + func (r *GroupsService) Lookup() *GroupsLookupCall + func (r *GroupsService) Patch(name string, group *Group) *GroupsPatchCall + func (r *GroupsService) Search() *GroupsSearchCall + func (r *GroupsService) UpdateSecuritySettings(name string, securitysettings *SecuritySettings) *GroupsUpdateSecuritySettingsCall + type GroupsUpdateSecuritySettingsCall struct + func (c *GroupsUpdateSecuritySettingsCall) Context(ctx context.Context) *GroupsUpdateSecuritySettingsCall + func (c *GroupsUpdateSecuritySettingsCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *GroupsUpdateSecuritySettingsCall) Fields(s ...googleapi.Field) *GroupsUpdateSecuritySettingsCall + func (c *GroupsUpdateSecuritySettingsCall) Header() http.Header + func (c *GroupsUpdateSecuritySettingsCall) UpdateMask(updateMask string) *GroupsUpdateSecuritySettingsCall + type IdpCredential struct + DsaKeyInfo *DsaPublicKeyInfo + ForceSendFields []string + Name string + NullFields []string + RsaKeyInfo *RsaPublicKeyInfo + UpdateTime string + func (s IdpCredential) MarshalJSON() ([]byte, error) + type InboundSamlSsoProfile struct + Customer string + DisplayName string + ForceSendFields []string + IdpConfig *SamlIdpConfig + Name string + NullFields []string + SpConfig *SamlSpConfig + func (s InboundSamlSsoProfile) MarshalJSON() ([]byte, error) + type InboundSamlSsoProfilesCreateCall struct + func (c *InboundSamlSsoProfilesCreateCall) Context(ctx context.Context) *InboundSamlSsoProfilesCreateCall + func (c *InboundSamlSsoProfilesCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *InboundSamlSsoProfilesCreateCall) Fields(s ...googleapi.Field) *InboundSamlSsoProfilesCreateCall + func (c *InboundSamlSsoProfilesCreateCall) Header() http.Header + type InboundSamlSsoProfilesDeleteCall struct + func (c *InboundSamlSsoProfilesDeleteCall) Context(ctx context.Context) *InboundSamlSsoProfilesDeleteCall + func (c *InboundSamlSsoProfilesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *InboundSamlSsoProfilesDeleteCall) Fields(s ...googleapi.Field) *InboundSamlSsoProfilesDeleteCall + func (c *InboundSamlSsoProfilesDeleteCall) Header() http.Header + type InboundSamlSsoProfilesGetCall struct + func (c *InboundSamlSsoProfilesGetCall) Context(ctx context.Context) *InboundSamlSsoProfilesGetCall + func (c *InboundSamlSsoProfilesGetCall) Do(opts ...googleapi.CallOption) (*InboundSamlSsoProfile, error) + func (c *InboundSamlSsoProfilesGetCall) Fields(s ...googleapi.Field) *InboundSamlSsoProfilesGetCall + func (c *InboundSamlSsoProfilesGetCall) Header() http.Header + func (c *InboundSamlSsoProfilesGetCall) IfNoneMatch(entityTag string) *InboundSamlSsoProfilesGetCall + type InboundSamlSsoProfilesIdpCredentialsAddCall struct + func (c *InboundSamlSsoProfilesIdpCredentialsAddCall) Context(ctx context.Context) *InboundSamlSsoProfilesIdpCredentialsAddCall + func (c *InboundSamlSsoProfilesIdpCredentialsAddCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *InboundSamlSsoProfilesIdpCredentialsAddCall) Fields(s ...googleapi.Field) *InboundSamlSsoProfilesIdpCredentialsAddCall + func (c *InboundSamlSsoProfilesIdpCredentialsAddCall) Header() http.Header + type InboundSamlSsoProfilesIdpCredentialsDeleteCall struct + func (c *InboundSamlSsoProfilesIdpCredentialsDeleteCall) Context(ctx context.Context) *InboundSamlSsoProfilesIdpCredentialsDeleteCall + func (c *InboundSamlSsoProfilesIdpCredentialsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *InboundSamlSsoProfilesIdpCredentialsDeleteCall) Fields(s ...googleapi.Field) *InboundSamlSsoProfilesIdpCredentialsDeleteCall + func (c *InboundSamlSsoProfilesIdpCredentialsDeleteCall) Header() http.Header + type InboundSamlSsoProfilesIdpCredentialsGetCall struct + func (c *InboundSamlSsoProfilesIdpCredentialsGetCall) Context(ctx context.Context) *InboundSamlSsoProfilesIdpCredentialsGetCall + func (c *InboundSamlSsoProfilesIdpCredentialsGetCall) Do(opts ...googleapi.CallOption) (*IdpCredential, error) + func (c *InboundSamlSsoProfilesIdpCredentialsGetCall) Fields(s ...googleapi.Field) *InboundSamlSsoProfilesIdpCredentialsGetCall + func (c *InboundSamlSsoProfilesIdpCredentialsGetCall) Header() http.Header + func (c *InboundSamlSsoProfilesIdpCredentialsGetCall) IfNoneMatch(entityTag string) *InboundSamlSsoProfilesIdpCredentialsGetCall + type InboundSamlSsoProfilesIdpCredentialsListCall struct + func (c *InboundSamlSsoProfilesIdpCredentialsListCall) Context(ctx context.Context) *InboundSamlSsoProfilesIdpCredentialsListCall + func (c *InboundSamlSsoProfilesIdpCredentialsListCall) Do(opts ...googleapi.CallOption) (*ListIdpCredentialsResponse, error) + func (c *InboundSamlSsoProfilesIdpCredentialsListCall) Fields(s ...googleapi.Field) *InboundSamlSsoProfilesIdpCredentialsListCall + func (c *InboundSamlSsoProfilesIdpCredentialsListCall) Header() http.Header + func (c *InboundSamlSsoProfilesIdpCredentialsListCall) IfNoneMatch(entityTag string) *InboundSamlSsoProfilesIdpCredentialsListCall + func (c *InboundSamlSsoProfilesIdpCredentialsListCall) PageSize(pageSize int64) *InboundSamlSsoProfilesIdpCredentialsListCall + func (c *InboundSamlSsoProfilesIdpCredentialsListCall) PageToken(pageToken string) *InboundSamlSsoProfilesIdpCredentialsListCall + func (c *InboundSamlSsoProfilesIdpCredentialsListCall) Pages(ctx context.Context, f func(*ListIdpCredentialsResponse) error) error + type InboundSamlSsoProfilesIdpCredentialsService struct + func NewInboundSamlSsoProfilesIdpCredentialsService(s *Service) *InboundSamlSsoProfilesIdpCredentialsService + func (r *InboundSamlSsoProfilesIdpCredentialsService) Add(parent string, addidpcredentialrequest *AddIdpCredentialRequest) *InboundSamlSsoProfilesIdpCredentialsAddCall + func (r *InboundSamlSsoProfilesIdpCredentialsService) Delete(name string) *InboundSamlSsoProfilesIdpCredentialsDeleteCall + func (r *InboundSamlSsoProfilesIdpCredentialsService) Get(name string) *InboundSamlSsoProfilesIdpCredentialsGetCall + func (r *InboundSamlSsoProfilesIdpCredentialsService) List(parent string) *InboundSamlSsoProfilesIdpCredentialsListCall + type InboundSamlSsoProfilesListCall struct + func (c *InboundSamlSsoProfilesListCall) Context(ctx context.Context) *InboundSamlSsoProfilesListCall + func (c *InboundSamlSsoProfilesListCall) Do(opts ...googleapi.CallOption) (*ListInboundSamlSsoProfilesResponse, error) + func (c *InboundSamlSsoProfilesListCall) Fields(s ...googleapi.Field) *InboundSamlSsoProfilesListCall + func (c *InboundSamlSsoProfilesListCall) Filter(filter string) *InboundSamlSsoProfilesListCall + func (c *InboundSamlSsoProfilesListCall) Header() http.Header + func (c *InboundSamlSsoProfilesListCall) IfNoneMatch(entityTag string) *InboundSamlSsoProfilesListCall + func (c *InboundSamlSsoProfilesListCall) PageSize(pageSize int64) *InboundSamlSsoProfilesListCall + func (c *InboundSamlSsoProfilesListCall) PageToken(pageToken string) *InboundSamlSsoProfilesListCall + func (c *InboundSamlSsoProfilesListCall) Pages(ctx context.Context, f func(*ListInboundSamlSsoProfilesResponse) error) error + type InboundSamlSsoProfilesPatchCall struct + func (c *InboundSamlSsoProfilesPatchCall) Context(ctx context.Context) *InboundSamlSsoProfilesPatchCall + func (c *InboundSamlSsoProfilesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *InboundSamlSsoProfilesPatchCall) Fields(s ...googleapi.Field) *InboundSamlSsoProfilesPatchCall + func (c *InboundSamlSsoProfilesPatchCall) Header() http.Header + func (c *InboundSamlSsoProfilesPatchCall) UpdateMask(updateMask string) *InboundSamlSsoProfilesPatchCall + type InboundSamlSsoProfilesService struct + IdpCredentials *InboundSamlSsoProfilesIdpCredentialsService + func NewInboundSamlSsoProfilesService(s *Service) *InboundSamlSsoProfilesService + func (r *InboundSamlSsoProfilesService) Create(inboundsamlssoprofile *InboundSamlSsoProfile) *InboundSamlSsoProfilesCreateCall + func (r *InboundSamlSsoProfilesService) Delete(name string) *InboundSamlSsoProfilesDeleteCall + func (r *InboundSamlSsoProfilesService) Get(name string) *InboundSamlSsoProfilesGetCall + func (r *InboundSamlSsoProfilesService) List() *InboundSamlSsoProfilesListCall + func (r *InboundSamlSsoProfilesService) Patch(name string, inboundsamlssoprofile *InboundSamlSsoProfile) *InboundSamlSsoProfilesPatchCall + type InboundSsoAssignment struct + Customer string + ForceSendFields []string + Name string + NullFields []string + Rank int64 + SamlSsoInfo *SamlSsoInfo + SignInBehavior *SignInBehavior + SsoMode string + TargetGroup string + TargetOrgUnit string + func (s InboundSsoAssignment) MarshalJSON() ([]byte, error) + type InboundSsoAssignmentsCreateCall struct + func (c *InboundSsoAssignmentsCreateCall) Context(ctx context.Context) *InboundSsoAssignmentsCreateCall + func (c *InboundSsoAssignmentsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *InboundSsoAssignmentsCreateCall) Fields(s ...googleapi.Field) *InboundSsoAssignmentsCreateCall + func (c *InboundSsoAssignmentsCreateCall) Header() http.Header + type InboundSsoAssignmentsDeleteCall struct + func (c *InboundSsoAssignmentsDeleteCall) Context(ctx context.Context) *InboundSsoAssignmentsDeleteCall + func (c *InboundSsoAssignmentsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *InboundSsoAssignmentsDeleteCall) Fields(s ...googleapi.Field) *InboundSsoAssignmentsDeleteCall + func (c *InboundSsoAssignmentsDeleteCall) Header() http.Header + type InboundSsoAssignmentsGetCall struct + func (c *InboundSsoAssignmentsGetCall) Context(ctx context.Context) *InboundSsoAssignmentsGetCall + func (c *InboundSsoAssignmentsGetCall) Do(opts ...googleapi.CallOption) (*InboundSsoAssignment, error) + func (c *InboundSsoAssignmentsGetCall) Fields(s ...googleapi.Field) *InboundSsoAssignmentsGetCall + func (c *InboundSsoAssignmentsGetCall) Header() http.Header + func (c *InboundSsoAssignmentsGetCall) IfNoneMatch(entityTag string) *InboundSsoAssignmentsGetCall + type InboundSsoAssignmentsListCall struct + func (c *InboundSsoAssignmentsListCall) Context(ctx context.Context) *InboundSsoAssignmentsListCall + func (c *InboundSsoAssignmentsListCall) Do(opts ...googleapi.CallOption) (*ListInboundSsoAssignmentsResponse, error) + func (c *InboundSsoAssignmentsListCall) Fields(s ...googleapi.Field) *InboundSsoAssignmentsListCall + func (c *InboundSsoAssignmentsListCall) Filter(filter string) *InboundSsoAssignmentsListCall + func (c *InboundSsoAssignmentsListCall) Header() http.Header + func (c *InboundSsoAssignmentsListCall) IfNoneMatch(entityTag string) *InboundSsoAssignmentsListCall + func (c *InboundSsoAssignmentsListCall) PageSize(pageSize int64) *InboundSsoAssignmentsListCall + func (c *InboundSsoAssignmentsListCall) PageToken(pageToken string) *InboundSsoAssignmentsListCall + func (c *InboundSsoAssignmentsListCall) Pages(ctx context.Context, f func(*ListInboundSsoAssignmentsResponse) error) error + type InboundSsoAssignmentsPatchCall struct + func (c *InboundSsoAssignmentsPatchCall) Context(ctx context.Context) *InboundSsoAssignmentsPatchCall + func (c *InboundSsoAssignmentsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *InboundSsoAssignmentsPatchCall) Fields(s ...googleapi.Field) *InboundSsoAssignmentsPatchCall + func (c *InboundSsoAssignmentsPatchCall) Header() http.Header + func (c *InboundSsoAssignmentsPatchCall) UpdateMask(updateMask string) *InboundSsoAssignmentsPatchCall + type InboundSsoAssignmentsService struct + func NewInboundSsoAssignmentsService(s *Service) *InboundSsoAssignmentsService + func (r *InboundSsoAssignmentsService) Create(inboundssoassignment *InboundSsoAssignment) *InboundSsoAssignmentsCreateCall + func (r *InboundSsoAssignmentsService) Delete(name string) *InboundSsoAssignmentsDeleteCall + func (r *InboundSsoAssignmentsService) Get(name string) *InboundSsoAssignmentsGetCall + func (r *InboundSsoAssignmentsService) List() *InboundSsoAssignmentsListCall + func (r *InboundSsoAssignmentsService) Patch(name string, inboundssoassignment *InboundSsoAssignment) *InboundSsoAssignmentsPatchCall + type IsInvitableUserResponse struct + ForceSendFields []string + IsInvitableUser bool + NullFields []string + func (s IsInvitableUserResponse) MarshalJSON() ([]byte, error) + type ListGroupsResponse struct + ForceSendFields []string + Groups []*Group + NextPageToken string + NullFields []string + func (s ListGroupsResponse) MarshalJSON() ([]byte, error) + type ListIdpCredentialsResponse struct + ForceSendFields []string + IdpCredentials []*IdpCredential + NextPageToken string + NullFields []string + func (s ListIdpCredentialsResponse) MarshalJSON() ([]byte, error) + type ListInboundSamlSsoProfilesResponse struct + ForceSendFields []string + InboundSamlSsoProfiles []*InboundSamlSsoProfile + NextPageToken string + NullFields []string + func (s ListInboundSamlSsoProfilesResponse) MarshalJSON() ([]byte, error) + type ListInboundSsoAssignmentsResponse struct + ForceSendFields []string + InboundSsoAssignments []*InboundSsoAssignment + NextPageToken string + NullFields []string + func (s ListInboundSsoAssignmentsResponse) MarshalJSON() ([]byte, error) + type ListMembershipsResponse struct + ForceSendFields []string + Memberships []*Membership + NextPageToken string + NullFields []string + func (s ListMembershipsResponse) MarshalJSON() ([]byte, error) + type ListUserInvitationsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + UserInvitations []*UserInvitation + func (s ListUserInvitationsResponse) MarshalJSON() ([]byte, error) + type LookupGroupNameResponse struct + ForceSendFields []string + Name string + NullFields []string + func (s LookupGroupNameResponse) MarshalJSON() ([]byte, error) + type LookupMembershipNameResponse struct + ForceSendFields []string + Name string + NullFields []string + func (s LookupMembershipNameResponse) MarshalJSON() ([]byte, error) + type MemberRelation struct + ForceSendFields []string + Member string + NullFields []string + PreferredMemberKey []*EntityKey + RelationType string + Roles []*TransitiveMembershipRole + func (s MemberRelation) MarshalJSON() ([]byte, error) + type MemberRestriction struct + Evaluation *RestrictionEvaluation + ForceSendFields []string + NullFields []string + Query string + func (s MemberRestriction) MarshalJSON() ([]byte, error) + type Membership struct + CreateTime string + DeliverySetting string + ForceSendFields []string + Name string + NullFields []string + PreferredMemberKey *EntityKey + Roles []*MembershipRole + Type string + UpdateTime string + func (s Membership) MarshalJSON() ([]byte, error) + type MembershipAdjacencyList struct + Edges []*Membership + ForceSendFields []string + Group string + NullFields []string + func (s MembershipAdjacencyList) MarshalJSON() ([]byte, error) + type MembershipRelation struct + Description string + DisplayName string + ForceSendFields []string + Group string + GroupKey *EntityKey + Labels map[string]string + Membership string + NullFields []string + Roles []*MembershipRole + func (s MembershipRelation) MarshalJSON() ([]byte, error) + type MembershipRole struct + ExpiryDetail *ExpiryDetail + ForceSendFields []string + Name string + NullFields []string + RestrictionEvaluations *RestrictionEvaluations + func (s MembershipRole) MarshalJSON() ([]byte, error) + type MembershipRoleRestrictionEvaluation struct + ForceSendFields []string + NullFields []string + State string + func (s MembershipRoleRestrictionEvaluation) MarshalJSON() ([]byte, error) + type ModifyMembershipRolesRequest struct + AddRoles []*MembershipRole + ForceSendFields []string + NullFields []string + RemoveRoles []string + UpdateRolesParams []*UpdateMembershipRolesParams + func (s ModifyMembershipRolesRequest) MarshalJSON() ([]byte, error) + type ModifyMembershipRolesResponse struct + ForceSendFields []string + Membership *Membership + NullFields []string + func (s ModifyMembershipRolesResponse) MarshalJSON() ([]byte, error) + type Operation struct + Done bool + Error *Status + ForceSendFields []string + Metadata googleapi.RawMessage + Name string + NullFields []string + Response googleapi.RawMessage + func (s Operation) MarshalJSON() ([]byte, error) + type RestrictionEvaluation struct + ForceSendFields []string + NullFields []string + State string + func (s RestrictionEvaluation) MarshalJSON() ([]byte, error) + type RestrictionEvaluations struct + ForceSendFields []string + MemberRestrictionEvaluation *MembershipRoleRestrictionEvaluation + NullFields []string + func (s RestrictionEvaluations) MarshalJSON() ([]byte, error) + type RsaPublicKeyInfo struct + ForceSendFields []string + KeySize int64 + NullFields []string + func (s RsaPublicKeyInfo) MarshalJSON() ([]byte, error) + type SamlIdpConfig struct + ChangePasswordUri string + EntityId string + ForceSendFields []string + LogoutRedirectUri string + NullFields []string + SingleSignOnServiceUri string + func (s SamlIdpConfig) MarshalJSON() ([]byte, error) + type SamlSpConfig struct + AssertionConsumerServiceUri string + EntityId string + ForceSendFields []string + NullFields []string + func (s SamlSpConfig) MarshalJSON() ([]byte, error) + type SamlSsoInfo struct + ForceSendFields []string + InboundSamlSsoProfile string + NullFields []string + func (s SamlSsoInfo) MarshalJSON() ([]byte, error) + type SearchDirectGroupsResponse struct + ForceSendFields []string + Memberships []*MembershipRelation + NextPageToken string + NullFields []string + func (s SearchDirectGroupsResponse) MarshalJSON() ([]byte, error) + type SearchGroupsResponse struct + ForceSendFields []string + Groups []*Group + NextPageToken string + NullFields []string + func (s SearchGroupsResponse) MarshalJSON() ([]byte, error) + type SearchTransitiveGroupsResponse struct + ForceSendFields []string + Memberships []*GroupRelation + NextPageToken string + NullFields []string + func (s SearchTransitiveGroupsResponse) MarshalJSON() ([]byte, error) + type SearchTransitiveMembershipsResponse struct + ForceSendFields []string + Memberships []*MemberRelation + NextPageToken string + NullFields []string + func (s SearchTransitiveMembershipsResponse) MarshalJSON() ([]byte, error) + type SecuritySettings struct + ForceSendFields []string + MemberRestriction *MemberRestriction + Name string + NullFields []string + func (s SecuritySettings) MarshalJSON() ([]byte, error) + type SendUserInvitationRequest struct + type Service struct + BasePath string + Customers *CustomersService + Devices *DevicesService + Groups *GroupsService + InboundSamlSsoProfiles *InboundSamlSsoProfilesService + InboundSsoAssignments *InboundSsoAssignmentsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type SignInBehavior struct + ForceSendFields []string + NullFields []string + RedirectCondition string + func (s SignInBehavior) MarshalJSON() ([]byte, error) + type Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s Status) MarshalJSON() ([]byte, error) + type TransitiveMembershipRole struct + ForceSendFields []string + NullFields []string + Role string + func (s TransitiveMembershipRole) MarshalJSON() ([]byte, error) + type UpdateGroupMetadata struct + type UpdateInboundSamlSsoProfileOperationMetadata struct + ForceSendFields []string + NullFields []string + State string + func (s UpdateInboundSamlSsoProfileOperationMetadata) MarshalJSON() ([]byte, error) + type UpdateInboundSsoAssignmentOperationMetadata struct + type UpdateMembershipMetadata struct + type UpdateMembershipRolesParams struct + FieldMask string + ForceSendFields []string + MembershipRole *MembershipRole + NullFields []string + func (s UpdateMembershipRolesParams) MarshalJSON() ([]byte, error) + type UserInvitation struct + ForceSendFields []string + MailsSentCount int64 + Name string + NullFields []string + State string + UpdateTime string + func (s UserInvitation) MarshalJSON() ([]byte, error)