Ssh

Represents an SSH application access right.

Syntax

public interface ISsh: IRight

Discussion

An SSH (Secure Shell) application right gives a user the ability to access the authorized SSH-enabled application.

Methods

The Ssh 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 Ssh class provides the following properties:

Property Description
Application Gets or sets the SSH 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.)