Valid User: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:XFRACAS.XML.Import.Doc.Class|Common Elements|Common Elements}} | {{Template:XFRACAS.XML.Import.Doc.Class|Common Elements|Common Elements}} | ||
The FirstName, MiddleName, LastName, and Login elements can be nested in any element. | The FirstName, MiddleName, LastName, and Login elements can be nested in any element. | ||
The Login element is required and its value must match an existing user’s login.<br> | |||
* The login is typically a “DomainName\Username”, but could also be an SSO ID if that is being used. | |||
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|The FirstName, MiddleName, LastName and Login elements can be nested in any element. The Login element is required and its value must match an existing user’s login.}} | :{{Template:XFRACAS.Blue|<!—}}{{APIComment|The FirstName, MiddleName, LastName and Login elements can be nested in any element. The Login element is required and its value must match an existing user’s login.}} | ||
Line 77: | Line 78: | ||
::<font color=Blue><UserEntities></font> | ::<font color=Blue><UserEntities></font> | ||
:{{Template:XFRACAS.Blue|<User>}} | :{{Template:XFRACAS.Blue|<User>}} | ||
Revision as of 21:00, 12 February 2015
The FirstName, MiddleName, LastName, and Login elements can be nested in any element.
The Login element is required and its value must match an existing user’s login.
- The login is typically a “DomainName\Username”, but could also be an SSO ID if that is being used.
- <!— The FirstName, MiddleName, LastName and Login elements can be nested in any element. The Login element is required and its value must match an existing user’s login.
- <!— The login is typically a “DomainName\Username,” but could also be a single sign-on (SSO) identification number if that is being used.
- <User>
- <!— FirstName must be a String. 80 characters maximum.
- <FirstName>Pam</FirstName>
- <!— MiddleName must be a String. 80 characters maximum.
- <MiddleName>Isa</MiddleName>
- <!— LastName must be a String. 80 characters maximum.
- <LastName>User</LastName>
- <!— Login must be a String. 100 characters maximum.
- <Login>pUser</Login>
- <!— EmployeeID must be an integer.
- <FirstName>398</FirstName>
- <!— Email must be a String. 50 characters maximum.
- <Email>User</Email>
- <!— DefaultEntity follows Valid Entity logic.
- <DefaultEntity>Entity</DefaultEntity>
- <!— If used, CreatedDate must be a Valid Date.
- <CreatedDate/>
- <!— If used, ExpirationDate must be a Valid Date.
- <ExpirationDate/>
- <!— If used, RevokeDate must be a Valid Date.
- <RevokeDate/>
- <!— If used, at least one UserEntity is required.
- <UserEntities>
- <UserEntity>
- <!— If used, must be a Valid Entity.
- <Entity>
- <!— EntityID must be an integer
- <EntityID>1</EntityID>
- <!— EntityName must be a String. 50 characters maximum.
- <EntityName>XFRACAS Software</EntityName>
- </Entity>
- <!— AccountExpirationDate must be a Valid Date.
- <AccountExpirationDate/>
- <!— CreatedDate must be a Valid Date.
- <CreatedDate/>
- <!— ReportingOrg is optional and, if present, must contain an existing valid issue.
- <!— In this case IssueTypeID is equal to 56 (Development).
- <ReportingOrg>
- <IssueTypeID>6</IssueTypeID>
- <IssueTypeDescription> PRR Status </IssueTypeDescription>
- </IssueType>
- <IssueTypeID>6</IssueTypeID>
- </ReportingOrg>
- </ParentUser>
- <Groups>
- <Group>
- <!— GroupID (Integer).
- <GroupID>3<GroupID>
- <!— GroupName must match an existing user GroupName. String. 50 characters maximum.(Integer).
- <GroupName>User<GroupName>
- <!— GroupDescription must be a string. 200 characters maximum.
- <GroupDescription>Standard End User<GroupDescription>
- <Group>
- <Groups>
- <Categories>
- <Category>
- <!— CategoryID (Integer) must be a valid CategoryID listed in the chart above.
- <CategoryID>6<CategoryID>
- <!— String. 20 characters maximum. Must be a valid Category name listed on the chart above.
- <CategoryName>Standard End User<CategoryName>
- <Category>
- <Categories>
- <UserPermissions>
- <UserPermission>
- <!— PermissionID must be an integer.
- <PermissionID>87<PermissionID>
- <!— Permission Description must be a String. 100 characters maximum.
- <PermissionDescription>Reports - Serialized System Search Enabled<PermissionDescription>
- <!— PermissionID must be an integer.
- <UserPermission>
- <UserPermission>
- <UserPermissions>
- <UserEntity>
- <UserEntity>
- <UserEntities>
- <User>