Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.21 KB

FlowConfigurationDTO.md

File metadata and controls

16 lines (13 loc) · 1.21 KB

IO.Swagger.Model.FlowConfigurationDTO

Properties

Name Type Description Notes
SupportsManagedAuthorizer bool? Whether this NiFi supports a managed authorizer. Managed authorizers can visualize users, groups, and policies in the UI. [optional]
SupportsConfigurableAuthorizer bool? Whether this NiFi supports a configurable authorizer. [optional]
SupportsConfigurableUsersAndGroups bool? Whether this NiFi supports configurable users and groups. [optional]
AutoRefreshIntervalSeconds long? The interval in seconds between the automatic NiFi refresh requests. [optional]
CurrentTime string The current time on the system. [optional]
TimeOffset int? The time offset of the system. [optional]
DefaultBackPressureObjectThreshold long? The default back pressure object threshold. [optional]
DefaultBackPressureDataSizeThreshold string The default back pressure data size threshold. [optional]

[Back to Model list] [Back to API list] [Back to README]