Class GovernanceControlUpdateAttributes

The attributes of a governance control that can be updated. Only the attributes present in the request are modified.

Hierarchy

  • GovernanceControlUpdateAttributes

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
detectionParameters?: {
    [key: string]: any;
}

A free-form map of parameter names to their configured values.

Type declaration

  • [key: string]: any
mitigationParameters?: {
    [key: string]: any;
}

A free-form map of parameter names to their configured values.

Type declaration

  • [key: string]: any
mitigationType?: string

The mitigation type to configure for the control.

Generated using TypeDoc