Constant kanidmd_lib::constants::schema::JSON_SCHEMA_ATTR_ACCOUNT_EXPIRE
source · pub const JSON_SCHEMA_ATTR_ACCOUNT_EXPIRE: &str = r#"{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"The datetime after which this accounnt no longer may authenticate."
],
"index": [],
"unique": [
"false"
],
"multivalue": [
"false"
],
"sync_allowed": [
"true"
],
"attributename": [
"account_expire"
],
"syntax": [
"DATETIME"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000072"
]
}
}"#;