kODPolicyAttributeRecordName

Static kODPolicyAttributeRecordName 

Source
pub unsafe static kODPolicyAttributeRecordName: Option<&'static ODPolicyAttributeType>
Available on crate feature CFOpenDirectoryConstants only.
Expand description

Policy attribute for the record name.

Policy attribute for the record name. May be used in policies to compare against other record attributes. For example, this Password Content policy string prevents the password from being the same as the record name: [NSString stringWithFormat: “ % @ != % “ , kODPolicyAttributeRecordName, kODPolicyAttributePassword];

See also Apple’s documentation