Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Button handy
blanktrue
color#0052CC
nameSend Feedback
linkhttps://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=admGetUserLogin+-+15481119
widthauto

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

admGetUserLogin(user)

Package

adm

Alias

Pkg Usage

getUserLogin(user)

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

User

String

Yes

Username of the user for which to retrieve the login details.

Return Type

JLogin

Example

Code Block
JLogin loginInfo = admGetUserLogin("jsmith");
string format = "MM/dd/yyyy"; //format for dates

runnerLog("Login count: " + trim(loginInfo.loginCount));
runnerLog("Last login: " + formatDate(loginInfo.lastLogin, format));
runnerLog("Failed login count: " + trim(loginInfo.failedLoginCount));
runnerLog("Last failed login: " + formatDate(loginInfo.lastFailedLogin, format));

...

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "user_admin_routine" and space = currentSpace ( )
labelsarray_routines

...