GoogleApi.VerifiedAccess.V2.Model.CrowdStrikeAgent (google_api_verified_access v0.11.0)

View Source

Properties of the CrowdStrike agent installed on a device.

Attributes

  • agentId (type: String.t, default: nil) - Output only. The Agent ID of the Crowdstrike agent.
  • customerId (type: String.t, default: nil) - Output only. The Customer ID to which the agent belongs to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.VerifiedAccess.V2.Model.CrowdStrikeAgent{
  agentId: String.t() | nil,
  customerId: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.