ShowSignIns: Open the Sign-ins Module.
Tag: ShowSignIns
ShowSignIns launches the Sign-ins module.
<ShowSignIns/>
Tag Attributes
Attributes | Attribute Value | Comment |
---|---|---|
KeepAlive | True / False | Defaults to True |
CutOff | all lastHour lastDay lastWeek lastMonth other (a date in iso8601 format) | Defaults to all |
Filter | Pre-filter string | As displayed in Filter editor Result -- see below |
AdditionalUserColumns | Semicolon-separated User property names (or property ID) |
Possible User Properties
Password policies (passwordPolicies)
Force Change Password (forceChangePasswordNextSignIn)
Force Change Password With MFA (forceChangePasswordNextSignInWithMfa)
User Type (userType)
Sign in type - Identities (identities.signInType)
Issuer - Identities (identities.issuer)
ID assigned by issuer - Identities (identities.issuerAssignedId)
Sign-in status (accountEnabled)
Sku Part Number - Effective Assigned Licenses (assignedLicenses)
Unit Cost - Effective Assigned Licenses (ASSIGNEDLICENSESUNITCOST)
Source - Assigned Licenses (ALLASSIGNEDLICENSESBYSOURCE)
Group Email - Assigned Licenses (ALLASSIGNEDLICENSESGROUPEMAIL)
Sku Part Number - Assigned Licenses (ALLASSIGNEDLICENSESPARTNUMBER)
Sku ID - Effective Assigned Licenses (assignedLicenses.skuId)
Sku ID - Assigned Licenses (licenseAssignmentStates.skuId)
Group ID - Assigned Licenses (licenseAssignmentStates.assignedByGroup)
State - Assigned Licenses (licenseAssignmentStates.state)
License assignment error - Group licensing (licenseAssignmentStates.error)
Email (mail)
Email nickname (mailNickname)
Aliases (proxyAddresses)
IM Addresses (imAddresses)
Other Mails (otherMails)
First name (givenName)
Last name (surname)
Employee ID (employeeId)
Job title (jobTitle)
Company Name (companyName)
Department (department)
Office Phone (businessPhones)
Mobile phone (mobilePhone)
Fax Number (faxNumber)
Office location (officeLocation)
Street Address (streetAddress)
City (city)
State (state)
Postal Code (postalCode)
Country (country)
Preferred language (preferredLanguage)
Location for License Usage (usageLocation)
Created On (createdDateTime)
Account type on creation (creationType)
Sign-in Sessions valid from (signInSessionsValidFromDateTime)
Refresh tokens, session cookies valid from (refresTokenValidFromDateTime)
Age Group (ageGroup)
Consent Provided for Minor (consentProvidedForMinor)
Age group Classification (legalAgeGroupClassification)
Sync Enabled - On-Premises (onPremisesSyncEnabled)
Distinguished Name on premises (onPremisesDistinguishedName)
Immutable ID - On-Premises (onPremisesImmutableId)
Last Sync - On-Premises (onPremisesLastSyncDateTime)
Security ID - On-Premises (onPremisesSecurityIdentifier)
Domain Name on premises (onPremisesDomainName)
Sam Account Name on premises (onPremisesSamAccountName)
User Principal Name on premises (onPremisesUserPrincipalName)
Category of Prov. Error (onPremisesProvisioningErrors.category)
Date of Prov. Error (onPremisesProvisioningErrors.occuredDateTime)
Property Causing Prov. Error (onPremisesProvisioningErrors.propertyCausingError)
Value of property causing Prov. Error (onPremisesProvisioningErrors.value)
Custom Attribute 1 (onPremisesExtensionAttributes.extensionAttribute1)
Custom Attribute 2 (onPremisesExtensionAttributes.extensionAttribute2)
Custom Attribute 3 (onPremisesExtensionAttributes.extensionAttribute3)
Custom Attribute 4 (onPremisesExtensionAttributes.extensionAttribute4)
Custom Attribute 5 (onPremisesExtensionAttributes.extensionAttribute5)
Custom Attribute 6 (onPremisesExtensionAttributes.extensionAttribute6)
Custom Attribute 7 (onPremisesExtensionAttributes.extensionAttribute7)
Custom Attribute 8 (onPremisesExtensionAttributes.extensionAttribute8)
Custom Attribute 9 (onPremisesExtensionAttributes.extensionAttribute9)
Custom Attribute 10 (onPremisesExtensionAttributes.extensionAttribute10)
Custom Attribute 11 (onPremisesExtensionAttributes.extensionAttribute11)
Custom Attribute 12 (onPremisesExtensionAttributes.extensionAttribute12)
Custom Attribute 13 (onPremisesExtensionAttributes.extensionAttribute13)
Custom Attribute 14 (onPremisesExtensionAttributes.extensionAttribute14)
Custom Attribute 15 (onPremisesExtensionAttributes.extensionAttribute15)
Example Script
<ytriaAutomation Application="sapio365">
<ShowSignIns CutOff="lastWeek" Filter="startsWith(deviceDetail/browser, 'Brave'">
...
</ShowSignIns>
<ShowSignIns CutOff="lastWeek" AdditionalUserColumns="userType;passwordPolicies;accountEnabled;ALLASSIGNEDLICENSESBYSOURCE"/>
<ShowSignIns CutOff="lastWeek" AdditionalUserColumns="User Type;Password policies;Sign-in status;Source - Assigned Licenses"/>
</ytriaAutomation>