Documentation
¶
Overview ¶
Code generated by baton-sdk. DO NOT EDIT!!!
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SecretKeyField = field.StringField( "secret-key", field.WithDescription("Tenable VM secret key to connect to the API"), field.WithDisplayName("Secret Key"), field.WithPlaceholder("Your Tenable VM Secret Key"), field.WithIsSecret(true), field.WithRequired(true), ) AccessKeyField = field.StringField( "access-key", field.WithDescription("Tenable VM access key to connect to the API"), field.WithDisplayName("Access Key"), field.WithPlaceholder("Your Tenable VM Access Key"), field.WithIsSecret(true), field.WithRequired(true), ) EnableOnProvisionField = field.BoolField( "enable-on-provision", field.WithDescription("Enable user on provision if disabled"), field.WithDefaultValue(false), field.WithDisplayName("Enable user on provisioning"), ) // ConfigurationFields defines the external configuration required for the // connector to run. Note: these fields can be marked as optional or // required. ConfigurationFields = []field.SchemaField{SecretKeyField, AccessKeyField, EnableOnProvisionField} )
View Source
var Config = field.NewConfiguration( []field.SchemaField{ SecretKeyField, AccessKeyField, EnableOnProvisionField, }, field.WithConnectorDisplayName("Tenable VM"), field.WithHelpUrl("/docs/baton/tenable-vm"), field.WithIconUrl("/static/app-icons/tenable-vm.svg"), )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.