The data wrapper for a single ownership inference response.

Hierarchy

  • OwnershipInferenceData

Constructors

Properties

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

The attributes of a single ownership inference.

id: string

The identifier of the inference, formatted as resource_id:owner_type.

The type of the ownership inference resource. The value should always be ownership_inference.

Generated using TypeDoc