IPWorks Auth 2020 macOS Edition

Questions / Feedback?

LDAPAttribute Type

An attribute for the current entry.

Remarks

This type describes an attribute for the current LDAP entry. The ModOp field is only used in Modify operations.

Fields

attributeType
String

Attribute type for the current entry.

If the value of AttributeType is an empty string, then Value that contains the corresponding value is part of a set of values, and the attribute type for the set is specified in the previous attribute of the properties with a non-empty AttributeType.

modOp
LDAPAttributeModOps

An operation to apply on attributes during an LDAP modify operation.

Possible values include:

amoAdd (0)amoAdd will add the specified value to the given attribute, creating the attribute if it does not already exist.
amoDelete (1)amoDelete will delete the specified value from the given attribute. If all or none of the values are specified for the value, the entire attribute will be deleted; otherwise only the specific value(s) listed will be removed.
amoReplace (2)amoReplace will replace all existing values of the given attribute with the new values specified.

valueB
Data

Attribute value for the current entry.

If the value is part of a set of values, the AttributeType that contains the corresponding attribute type is an empty string, and the attribute type for the set is specified in the previous attribute of the properties with a non-empty AttributeType.

value
String

Attribute value for the current entry.

If the value is part of a set of values, the AttributeType that contains the corresponding attribute type is an empty string, and the attribute type for the set is specified in the previous attribute of the properties with a non-empty AttributeType.

Constructors

public init()
public init(attributeType: String)

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 macOS Edition - Version 20.0 [Build 8155]