Documentation ¶
Index ¶
- func DataSourceApplication() *schema.Resource
- func DataSourceDBTable() *schema.Resource
- func DataSourceRole() *schema.Resource
- func ResourceApplication() *schema.Resource
- func ResourceApplicationMenu() *schema.Resource
- func ResourceApplicationModule() *schema.Resource
- func ResourceCssInclude() *schema.Resource
- func ResourceCssIncludeRelation() *schema.Resource
- func ResourceDBTable() *schema.Resource
- func ResourceJsInclude() *schema.Resource
- func ResourceJsIncludeRelation() *schema.Resource
- func ResourceRole() *schema.Resource
- func ResourceScriptInclude() *schema.Resource
- func ResourceUiMacro() *schema.Resource
- func ResourceUiPage() *schema.Resource
- func ResourceWidget() *schema.Resource
- func ResourceWidgetDependency() *schema.Resource
- func ResourceWidgetDependencyRelation() *schema.Resource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceApplication ¶ added in v0.4.0
DataSourceApplication reads an Application in ServiceNow.
func DataSourceDBTable ¶ added in v0.5.1
func DataSourceRole ¶ added in v0.3.0
func ResourceApplication ¶ added in v0.4.0
ResourceApplication manages an Application in ServiceNow.
func ResourceApplicationMenu ¶ added in v0.3.0
ResourceApplicationMenu is a group of modules in the application navigator.
func ResourceApplicationModule ¶ added in v0.3.0
ResourceApplicationModule is a single link in the application navigator.
func ResourceCssInclude ¶ added in v0.2.0
ResourceCssInclude is holding the info about a javascript script to be included.
func ResourceCssIncludeRelation ¶ added in v0.2.0
ResourceCssIncludeRelation is holding the info about the relation between a CSS Include and a widget dependency.
func ResourceDBTable ¶ added in v0.5.1
ResourceDBTable manages a DBTable in ServiceNow.
func ResourceJsInclude ¶ added in v0.2.0
ResourceJsInclude is holding the info about a javascript script to be included.
func ResourceJsIncludeRelation ¶ added in v0.2.0
ResourceJsIncludeRelation is holding the info about the relation between a js include and a widget dependency.
func ResourceRole ¶ added in v0.3.0
ResourceRole manages a Role in ServiceNow.
func ResourceScriptInclude ¶ added in v0.4.0
ResourceScriptInclude manages a Script Include in ServiceNow.
func ResourceUiMacro ¶ added in v0.4.0
ResourceUiMacro manages a UI Macro in ServiceNow.
func ResourceUiPage ¶
ResourceUiPage manages a UI Page in ServiceNow.
func ResourceWidget ¶ added in v0.2.0
Resource to manage a Widget in ServiceNow.
func ResourceWidgetDependency ¶ added in v0.2.0
ResourceWidgetDependency is holding the info about a javascript script to be included.
func ResourceWidgetDependencyRelation ¶ added in v0.2.0
ResourceWidgetDependencyRelation is holding the relationship between a widget and a widget dependency (many-2-many).
Types ¶
This section is empty.
Source Files ¶
- common.go
- data_source_application.go
- data_source_db_table.go
- data_source_role.go
- resource_application.go
- resource_application_menu.go
- resource_application_module.go
- resource_css_include.go
- resource_css_include_relation.go
- resource_db_table.go
- resource_js_include.go
- resource_js_include_relation.go
- resource_role.go
- resource_script_include.go
- resource_ui_macro.go
- resource_ui_page.go
- resource_widget.go
- resource_widget_dependency.go
- resource_widget_dependency_relation.go