Attributes of an agentless host.

Hierarchy

  • CsmAgentlessHostAttributes

Constructors

Properties

accountId: string

The ID of the cloud account that the host belongs to.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
cloudProvider: CsmCloudProvider

The cloud provider of a host resource.

hasPostureManagement: boolean

Whether CSM Misconfigurations is enabled for this host. true if enabled; false if disabled.

hasVulnerabilityScanning: boolean

Whether CSM Vulnerabilities is enabled for this host. true if enabled; false if disabled.

The type of cloud resource for an agentless host.

Generated using TypeDoc