Constant kanidmd_lib::constants::schema::JSON_SCHEMA_ATTR_ACCOUNT_VALID_FROM
source · pub const JSON_SCHEMA_ATTR_ACCOUNT_VALID_FROM: &str = r#"{
"attrs": {
"class": [
"object",
"system",
"attributetype"
],
"description": [
"The datetime after which this account may commence authenticating."
],
"index": [],
"unique": [
"false"
],
"multivalue": [
"false"
],
"sync_allowed": [
"true"
],
"attributename": [
"account_valid_from"
],
"syntax": [
"DATETIME"
],
"uuid": [
"00000000-0000-0000-0000-ffff00000073"
]
}
}"#;