Base type: System.Entity
Summary: This entity represents connection between Orion group and application templates.
| Name | Type | Notes |
|---|---|---|
| GroupID | System.Int32 | The unique integer representation of group. |
| TemplateID | System.Int32 | The unique integer representation of application template. |
| AgentWmiCredentialsID | System.Int32 | The unique integer representation of agent or wmi credentials. |
| SnmpIcmpCredentialsID | System.Int32 | The unique integer representation of snmp or icmp credentials. |
| AutoAssign | System.Boolean | Flag that indicates if application template should be automatically assigned. |
| AutoDelete | System.Boolean | Flag that indicates if application template should be automatically deleted. |
| ServersOnly | System.Boolean | Flag that indicates if assigned nodes should be server nodes. |
| CreationTime | System.DateTime | Time stamp when assignment was created. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |