A JSON object containing a .
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeChapCredentialsResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeChapCredentialsResult()()()() | Initializes a new instance of the DescribeChapCredentialsResult class | 
|  | ChapCredentials | 
            An array of ChapInfo objects that represent CHAP credentials. Each object in the array contains CHAP credential information for one
            target-initiator pair. If no CHAP credentials are set, an empty array is returned. CHAP credential information is provided in a JSON object
            with the following fields:  
 | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithChapCredentials(array<ChapInfo>[]()[][]) | Obsolete. 
            Adds elements to the ChapCredentials collection
             | 
|  | WithChapCredentials(IEnumerable<(Of <<'(ChapInfo>)>>)) | Obsolete. 
            Adds elements to the ChapCredentials collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DescribeChapCredentialsResult |