interface CheckConfigurationReference {
    id?: number;
    resourceName?: string;
    resourceType?: string;
    version?: number;
}

Properties

id?: number

Check configuration Id of generated gate.

resourceName?: string

Name of the resource for which gate was generated.

resourceType?: string

Type of the resource for which the gate was generated.

version?: number

Version of the check configuration gate was generated with.