Class CrowdStrikeAgent
Properties of the CrowdStrike agent installed on a device.
Implements
Inherited Members
Namespace: Google.Apis.Verifiedaccess.v2.Data
Assembly: Google.Apis.Verifiedaccess.v2.dll
Syntax
public class CrowdStrikeAgent : IDirectResponseSchema
Properties
AgentId
The Agent ID of the Crowdstrike agent.
Declaration
[JsonProperty("agentId")]
public virtual string AgentId { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerId
The Customer ID to which the agent belongs to.
Declaration
[JsonProperty("customerId")]
public virtual string CustomerId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |