Click or drag to resize

IAccountRequest Interface

This interface makes a common request object when calling add or modify for an account

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public interface IAccountRequest

The IAccountRequest type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
Attributes on the account
Public propertyEnableChap
Specify if chap account credentials can be used by an initiator to access volumes.
Public propertyInitiatorSecret
The account initiator secret
Public propertyTargetSecret
The account target secret
Public propertyUsername
The account username
Top
See Also