Pam
Represents a PAM application access right.
Syntax
public interface IPam: IRight
Discussion
A PAM (Pluggable Authentication Module) application right gives a user the ability to access the authorized PAM-enabled application.
Methods
The Pam
class provides the following methods:
Method | Description |
---|---|
Commit
|
Commits changes in the right to Active Directory. (Inherited from Right .) |
Delete
|
Deletes the right. (Inherited from Right .) |
Properties
The Pam
class provides the following properties:
Property | Description |
---|---|
Application
|
Gets or sets the PAM application. |
Description
|
Gets or sets the description of the right. (Inherited from Right .) |
IsReadable
|
Indicates whether the right is readable. (Inherited from Right .) |
IsWritable
|
Indicates whether the right is writable. (Inherited from Right .) |
Name
|
Gets or sets the name of the right. (Inherited from Right .) |
Zone
|
Gets the zone this right belongs to. (Inherited from Right .) |