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 ¶
DataSourceACL reads the informations about a single ACL in ServiceNow.
func DataSourceApplication ¶
DataSourceApplication reads an Application in ServiceNow.
func DataSourceApplicationCategory ¶
DataSourceApplicationCategory is holding the info about an application category.
func DataSourceDBTable ¶
DataSourceDBTable reads a DB Table in ServiceNow.
func DataSourceRole ¶
DataSourceRole reads the informations about a single Role in ServiceNow.
func DataSourceSystemProperty ¶
DataSourceSystemProperty reads the informations about a single SystemProperty in ServiceNow.
func DataSourceSystemPropertyCategory ¶
DataSourceSystemPropertyCategory reads the informations about a single SystemPropertyCategory in ServiceNow.
func ResourceApplication ¶
ResourceApplication manages an Application in ServiceNow.
func ResourceApplicationMenu ¶
ResourceApplicationMenu is a group of modules in the application navigator.
func ResourceApplicationModule ¶
ResourceApplicationModule is a single link in the application navigator.
func ResourceCSSInclude ¶
ResourceCSSInclude is holding the info about a javascript script to be included.
func ResourceCSSIncludeRelation ¶
ResourceCSSIncludeRelation is holding the info about the relation between a CSS Include and a widget dependency.
func ResourceContentCSS ¶
ResourceContentCSS is holding the info about a style sheet to be included.
func ResourceDBTable ¶
ResourceDBTable manages a DBTable in ServiceNow.
func ResourceExtensionPoint ¶
ResourceExtensionPoint is holding the info about a scripted extension point.
func ResourceJsInclude ¶
ResourceJsInclude is holding the info about a javascript script to be included.
func ResourceJsIncludeRelation ¶
ResourceJsIncludeRelation is holding the info about the relation between a js include and a widget dependency.
func ResourceOAuthEntity ¶
ResourceOAuthEntity manages an OAuthEntity in ServiceNow.
func ResourceRestMessage ¶
ResourceRestMessage is holding the info about a REST message configuration to be included.
func ResourceRestMessageHeader ¶
ResourceRestMessageHeader is holding the info about a header to be applied to a REST method.
func ResourceRestMethod ¶
ResourceRestMethod is holding the info about a REST method to be included in a REST message.
func ResourceRestMethodHeader ¶
ResourceRestMethodHeader is holding the info about a header to be applied to a REST method.
func ResourceScriptInclude ¶
ResourceScriptInclude manages a Script Include in ServiceNow.
func ResourceScriptedRestApi ¶
ResourceScriptedRestApi manages a Scripted Rest API in ServiceNow.
func ResourceScriptedRestResource ¶
ResourceScriptedRestResource manages a Scripted Rest Resource in ServiceNow.
func ResourceSystemProperty ¶
ResourceSystemProperty manages a System Property in ServiceNow.
func ResourceSystemPropertyCategory ¶
ResourceSystemPropertyCategory manages a System Property Category in ServiceNow.
func ResourceSystemPropertyRelation ¶
ResourceSystemPropertyRelation manages a System Property in ServiceNow.
func ResourceUIMacro ¶
ResourceUIMacro manages a UI Macro in ServiceNow.
func ResourceUIPage ¶
ResourceUIPage manages a UI Page in ServiceNow.
func ResourceUIScript ¶
ResourceUIScript manages a UI Script in ServiceNow which can be added to any other UI component.
func ResourceWidget ¶
ResourceWidget manages a Widget in ServiceNow.
func ResourceWidgetDependency ¶
ResourceWidgetDependency is holding the info about a javascript script to be included.
func ResourceWidgetDependencyRelation ¶
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