Microsoft.Automation automationAccounts/connectionTypes

ARM template resource definition

The automationAccounts/connectionTypes resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.Automation/automationAccounts/connectionTypes resource, add the following JSON to your template.

{
  "type": "Microsoft.Automation/automationAccounts/connectionTypes",
  "apiVersion": "2023-11-01",
  "name": "string",
  "properties": {
    "fieldDefinitions": {
      "{customized property}": {
        "isEncrypted": "bool",
        "isOptional": "bool",
        "type": "string"
      }
    },
    "isGlobal": "bool"
  }
}

Property values

automationAccounts/connectionTypes

Name Description Value
type The resource type 'Microsoft.Automation/automationAccounts/connectionTypes'
apiVersion The resource api version '2023-11-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
properties Gets or sets the value of the connection type. ConnectionTypeCreateOrUpdatePropertiesOrConnectionTy... (required)

ConnectionTypeCreateOrUpdatePropertiesOrConnectionTy...

Name Description Value
fieldDefinitions Gets or sets the field definitions of the connection type. ConnectionTypeCreateOrUpdatePropertiesFieldDefinitio... (required)
isGlobal Gets or sets a Boolean value to indicate if the connection type is global. bool

ConnectionTypeCreateOrUpdatePropertiesFieldDefinitio...

Name Description Value
{customized property} FieldDefinition

FieldDefinition

Name Description Value
isEncrypted Gets or sets the isEncrypted flag of the connection field definition. bool
isOptional Gets or sets the isOptional flag of the connection field definition. bool
type Gets or sets the type of the connection field definition. string (required)