Overview
This structure represents the unique key fields associated with identifying a resource. Resources can be identified by ResourceDisplayName, ResourceReferenceSystemId or ResourceUid. When specifying a PwsResourceRef as an input to a web service, you may specify one or all three fields the ResourceDisplayName, ResourceReferenceSystemId and/or ResourceUid. However, if you do specify more than one, they must refer to the same resource or the resource reference will not be considered valid. When a PwsResourceRef is returned in the response to a web service, the ResourceDisplayName, ResourceReferenceSystemId or ResourceUid will be populated, and guaranteed to refer to a single resource.
Format
- PwsOnBehalfOfResource
- ResourceDisplayName: String
- ResourceId: Int32
- ResourceReferenceSystemId: String
- ResourceUid: Int64
- EmailAddress: String
- FirstName: String
- LastName: String
- MiddleName: String
- InactiveFlag: Boolean
- DashboardOboFlag: Boolean
- ExpenseReportingOboFlag: Boolean
- TimeEntryOboFlag: Boolean
- TimeOffOboFlag: Boolean
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
ResourceDisplayName | String |
|
|
ResourceId | Int32 |
|
|
ResourceReferenceSystemId | String |
|
|
ResourceUid | Int64 |
|
|
EmailAddress | String |
|
|
FirstName | String |
|
|
LastName | String |
|
|
MiddleName | String |
|
|
InactiveFlag | Boolean |
|
|
DashboardOboFlag | Boolean |
|
|
ExpenseReportingOboFlag | Boolean |
|
|
TimeEntryOboFlag | Boolean |
|
|
TimeOffOboFlag | Boolean |
|
|