User.Attributes: add user password expiration date
Add the date before user password will expire. Date should be specified
in EpochTime format. Properties are made according to the "Redfish
Resource and Schema Guide"(v. 2022.3) document.
Change-Id: I6e38a094d923102d03f8a30658c411d83dcec331
Signed-off-by: Denis Zlobin <zlobin.d.al@gmail.com>
Signed-off-by: Ivan Mikhaylov <fr0st61te@gmail.com>
diff --git a/yaml/xyz/openbmc_project/User/Attributes.interface.yaml b/yaml/xyz/openbmc_project/User/Attributes.interface.yaml
index 70ef629..8a11597 100644
--- a/yaml/xyz/openbmc_project/User/Attributes.interface.yaml
+++ b/yaml/xyz/openbmc_project/User/Attributes.interface.yaml
@@ -57,3 +57,10 @@
granted.
errors:
- xyz.openbmc_project.Common.Error.InternalFailure
+
+ - name: PasswordExpiration
+ type: uint64
+ default: maxint
+ description: >
+ Indicates the date when this account password expires. Date should be
+ specified in EpochTime format.