Documentation ¶
Index ¶
- func DataSourceACL() *schema.Resource
- func DataSourceApplication() *schema.Resource
- func DataSourceApplicationCategory() *schema.Resource
- func DataSourceDBTable() *schema.Resource
- func DataSourceRole() *schema.Resource
- func DataSourceSystemProperty() *schema.Resource
- func DataSourceSystemPropertyCategory() *schema.Resource
- func ResourceApplication() *schema.Resource
- func ResourceApplicationMenu() *schema.Resource
- func ResourceApplicationModule() *schema.Resource
- func ResourceCSSInclude() *schema.Resource
- func ResourceCSSIncludeRelation() *schema.Resource
- func ResourceContentCSS() *schema.Resource
- func ResourceDBTable() *schema.Resource
- func ResourceExtensionPoint() *schema.Resource
- func ResourceJsInclude() *schema.Resource
- func ResourceJsIncludeRelation() *schema.Resource
- func ResourceOAuthEntity() *schema.Resource
- func ResourceRestMessage() *schema.Resource
- func ResourceRestMessageHeader() *schema.Resource
- func ResourceRestMethod() *schema.Resource
- func ResourceRestMethodHeader() *schema.Resource
- func ResourceRole() *schema.Resource
- func ResourceScriptInclude() *schema.Resource
- func ResourceScriptedRestApi() *schema.Resource
- func ResourceScriptedRestResource() *schema.Resource
- func ResourceSystemProperty() *schema.Resource
- func ResourceSystemPropertyCategory() *schema.Resource
- func ResourceSystemPropertyRelation() *schema.Resource
- func ResourceUIMacro() *schema.Resource
- func ResourceUIPage() *schema.Resource
- func ResourceUIScript() *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 DataSourceACL ¶ added in v0.9.1
DataSourceACL reads the informations about a single ACL in ServiceNow.
func DataSourceApplication ¶ added in v0.4.0
DataSourceApplication reads an Application in ServiceNow.
func DataSourceApplicationCategory ¶ added in v0.6.0
DataSourceApplicationCategory is holding the info about an application category.
func DataSourceDBTable ¶ added in v0.5.1
DataSourceDBTable reads a DB Table in ServiceNow.
func DataSourceRole ¶ added in v0.3.0
DataSourceRole reads the informations about a single Role in ServiceNow.
func DataSourceSystemProperty ¶ added in v0.6.0
DataSourceSystemProperty reads the informations about a single SystemProperty in ServiceNow.
func DataSourceSystemPropertyCategory ¶ added in v0.6.0
DataSourceSystemPropertyCategory reads the informations about a single SystemPropertyCategory in ServiceNow.
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.6.0
ResourceCSSInclude is holding the info about a javascript script to be included.
func ResourceCSSIncludeRelation ¶ added in v0.6.0
ResourceCSSIncludeRelation is holding the info about the relation between a CSS Include and a widget dependency.
func ResourceContentCSS ¶ added in v0.6.0
ResourceContentCSS is holding the info about a style sheet to be included.
func ResourceDBTable ¶ added in v0.5.1
ResourceDBTable manages a DBTable in ServiceNow.
func ResourceExtensionPoint ¶ added in v0.8.0
ResourceExtensionPoint is holding the info about a scripted extension point.
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 ResourceOAuthEntity ¶ added in v0.6.0
ResourceOAuthEntity manages an OAuthEntity in ServiceNow.
func ResourceRestMessage ¶ added in v0.6.0
ResourceRestMessage is holding the info about a REST message configuration to be included.
func ResourceRestMessageHeader ¶ added in v0.6.0
ResourceRestMessageHeader is holding the info about a header to be applied to a REST method.
func ResourceRestMethod ¶ added in v0.6.0
ResourceRestMethod is holding the info about a REST method to be included in a REST message.
func ResourceRestMethodHeader ¶ added in v0.6.0
ResourceRestMethodHeader is holding the info about a header to be applied to a REST method.
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 ResourceScriptedRestApi ¶ added in v0.9.1
ResourceScriptedRestApi manages a Scripted Rest API in ServiceNow.
func ResourceScriptedRestResource ¶ added in v0.9.1
ResourceScriptedRestResource manages a Scripted Rest Resource in ServiceNow.
func ResourceSystemProperty ¶ added in v0.6.0
ResourceSystemProperty manages a System Property in ServiceNow.
func ResourceSystemPropertyCategory ¶ added in v0.6.0
ResourceSystemPropertyCategory manages a System Property Category in ServiceNow.
func ResourceSystemPropertyRelation ¶ added in v0.6.0
ResourceSystemPropertyRelation manages a System Property in ServiceNow.
func ResourceUIMacro ¶ added in v0.6.0
ResourceUIMacro manages a UI Macro in ServiceNow.
func ResourceUIPage ¶ added in v0.6.0
ResourceUIPage manages a UI Page in ServiceNow.
func ResourceUIScript ¶ added in v0.7.0
ResourceUIScript manages a UI Script in ServiceNow which can be added to any other UI component.
func ResourceWidget ¶ added in v0.2.0
ResourceWidget manages 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_acl.go
- data_source_application.go
- data_source_application_category.go
- data_source_db_table.go
- data_source_role.go
- data_source_system_property.go
- data_source_system_property_category.go
- resource_application.go
- resource_application_menu.go
- resource_application_module.go
- resource_content_css.go
- resource_css_include.go
- resource_css_include_relation.go
- resource_db_table.go
- resource_extension_point.go
- resource_js_include.go
- resource_js_include_relation.go
- resource_oauth_entity.go
- resource_rest_message.go
- resource_rest_message_header.go
- resource_rest_method.go
- resource_rest_method_header.go
- resource_role.go
- resource_script_include.go
- resource_scripted_rest_api.go
- resource_scripted_rest_resource.go
- resource_system_property.go
- resource_system_property_category.go
- resource_system_property_relation.go
- resource_ui_macro.go
- resource_ui_page.go
- resource_ui_script.go
- resource_widget.go
- resource_widget_dependency.go
- resource_widget_dependency_relation.go