Hello!
I try to get information about account settings (Manage&Settings - Permissions&Administrators - Advanced, screenshot 1) in Smart Console via CLI.
And there is API-command 'mgmt_cli show global-properties'. The output of this command contains the following lines:
user-accounts:
expiration-date-method: "expire at"
expiration-date:
posix: 1924894800000
iso-8601: "2030-12-31T00:00+0300"
days-until-expiration: 900
show-accounts-expiration-indication-days-in-advance: true
days-in-advance-to-show-accounts-expiration-indication: 14
But I don't understand what is this, because I have another values in Smart Console.. The guide says about 'user-accounts' parameter: "Set the expiration for a user account and configure "about to expire" warnings." but I think it is not very clear.. So where do these values come from?
And did I understand correctly that there is no way to get this via CLI? 😞
Thank you!