ConnectionField
The ConnectionField entity represents a Service Management Automation connection field. The ConnectionFields collection includes all of the connection fields in the local System Management Automation environment.
Inheritance Hierarchy
Orchestrator.ResourceModel
ConnectionField
Supported HTTP Verbs
Create (POST) | Read (GET) | Update (PUT) | Delete (DELETE) |
---|---|---|---|
False |
True |
True |
False |
Entity Properties
For more information about how the properties of an entity interact with HTTP operations, see Service Management Automation Web Service Fundamentals.
Name | Create (PUT) | Read (GET) | Update (POST) | Delete (DELETE) | Type | Nullable | Description |
---|---|---|---|---|---|---|---|
ConnectionFieldID |
- |
Optional* |
Required |
- |
Edm.Guid |
False |
Key Property The unique identifier of the connection field. |
ConnectionTypeID |
- |
Optional |
- |
- |
Edm.Guid |
False |
The unique identifier of the connection type. |
CreationTime |
- |
Optional |
- |
- |
Edm.DateTime |
False |
The date and time the connection field was created. |
IsEncrypted |
- |
Optional |
- |
- |
Edm.Boolean |
False |
Indicates whether the connection field is encrypted. |
IsOptional |
- |
Optional |
- |
- |
Edm.Boolean |
False |
Indicates whether the connection field is required. |
LastModifiedTime |
- |
Optional |
- |
- |
Edm.DateTime |
False |
The date and time the connection field was last modified. |
Name |
- |
Optional |
- |
- |
Edm.String |
False |
The name of the connection field. |
TenantID |
- |
Optional |
- |
- |
Edm.Guid |
False |
The unique identifier of the tenant that manages the System Management Automation service. |
Type |
- |
Optional |
- |
- |
Edm.String |
False |
The type of the connection field. |
Note
Direct access to the entity requires the key property ConnectionFieldID. This property is not required to simply enumerate the ConnectionFields collection.
Relationships
For more information about how the relationships of an entity are used, see Service Management Automation Web Service Fundamentals.
Name | Relationship Type | From Property | To Entity | To Property |
---|---|---|---|---|
ConnectionType |
One |
ConnectionTypeID |
ConnectionType |
ConnectionTypeID |
Examples
Examples of supported data operations are available in the ConnectionFields collection topic.