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
detectionFrequency?: string

How often detections should be evaluated for the control.

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.

name?: string

A new human-readable name for the control.

notificationFrequency?: string

The notification frequency to configure for the control.

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

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

Type declaration

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

The notification type to configure for the control.

Generated using TypeDoc