Map
The Map
class contains methods and properties used to manage individual NIS map
entries stored in Active Directory. This class is defined in the
Centrify.DirectControl.NISMap.API
namespace rather than the
Centrify.DirectControl.API
namespace.
Syntax
public class IMap : ICloneable, IDisposable
Discussion
The Map
class supports the methods and properties that apply to all .NET
objects. In addition to those methods and properties, the Map
class provides
some IBM Security-specific methods and properties for managing individual NIS map
records. Only the IBM Security-specific methods and properties are described in this
reference.
Methods
The Map
class provides the following IBM Security-specific methods:
Properties
The Map
class provides the following IBM Security-specific properties:
Property | Description |
---|---|
IsReadable
|
Indicates whether the map object is readable. |
IsWritable
|
Indicates whether the map object is writable. |
Name
|
Gets or sets the map name of the NIS map. |
Store
|
Gets the Store instance associated with the map object. |
Type
|
Gets or sets the NIS map type. |