Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + const VerifiedaccessScope + type Challenge struct + Challenge string + ForceSendFields []string + NullFields []string + func (s Challenge) MarshalJSON() ([]byte, error) + type ChallengeGenerateCall struct + func (c *ChallengeGenerateCall) Context(ctx context.Context) *ChallengeGenerateCall + func (c *ChallengeGenerateCall) Do(opts ...googleapi.CallOption) (*Challenge, error) + func (c *ChallengeGenerateCall) Fields(s ...googleapi.Field) *ChallengeGenerateCall + func (c *ChallengeGenerateCall) Header() http.Header + type ChallengeService struct + func NewChallengeService(s *Service) *ChallengeService + func (r *ChallengeService) Generate(empty *Empty) *ChallengeGenerateCall + func (r *ChallengeService) Verify(verifychallengeresponserequest *VerifyChallengeResponseRequest) *ChallengeVerifyCall + type ChallengeVerifyCall struct + func (c *ChallengeVerifyCall) Context(ctx context.Context) *ChallengeVerifyCall + func (c *ChallengeVerifyCall) Do(opts ...googleapi.CallOption) (*VerifyChallengeResponseResult, error) + func (c *ChallengeVerifyCall) Fields(s ...googleapi.Field) *ChallengeVerifyCall + func (c *ChallengeVerifyCall) Header() http.Header + type CrowdStrikeAgent struct + AgentId string + CustomerId string + ForceSendFields []string + NullFields []string + func (s CrowdStrikeAgent) MarshalJSON() ([]byte, error) + type DeviceSignals struct + AllowScreenLock bool + BrowserVersion string + BuiltInDnsClientEnabled bool + ChromeRemoteDesktopAppBlocked bool + CrowdStrikeAgent *CrowdStrikeAgent + DeviceAffiliationIds []string + DeviceEnrollmentDomain string + DeviceManufacturer string + DeviceModel string + DiskEncryption string + DisplayName string + ForceSendFields []string + Hostname string + Imei []string + MacAddresses []string + Meid []string + NullFields []string + OperatingSystem string + OsFirewall string + OsVersion string + PasswordProtectionWarningTrigger string + ProfileAffiliationIds []string + ProfileEnrollmentDomain string + RealtimeUrlCheckMode string + SafeBrowsingProtectionLevel string + ScreenLockSecured string + SecureBootMode string + SerialNumber string + SiteIsolationEnabled bool + SystemDnsServers []string + ThirdPartyBlockingEnabled bool + Trigger string + WindowsMachineDomain string + WindowsUserDomain string + func (s DeviceSignals) MarshalJSON() ([]byte, error) + type Empty struct + type Service struct + BasePath string + Challenge *ChallengeService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type VerifyChallengeResponseRequest struct + ChallengeResponse string + ExpectedIdentity string + ForceSendFields []string + NullFields []string + func (s VerifyChallengeResponseRequest) MarshalJSON() ([]byte, error) + type VerifyChallengeResponseResult struct + AttestedDeviceId string + CustomerId string + DeviceEnrollmentId string + DevicePermanentId string + DeviceSignal string + DeviceSignals *DeviceSignals + ForceSendFields []string + KeyTrustLevel string + NullFields []string + ProfileCustomerId string + ProfileKeyTrustLevel string + SignedPublicKeyAndChallenge string + VirtualDeviceId string + VirtualProfileId string + func (s VerifyChallengeResponseResult) MarshalJSON() ([]byte, error)