AWS SDK for .NET Documentation
DescribeChapCredentialsResult Class
AmazonAmazon.StorageGateway.ModelDescribeChapCredentialsResult Did this page help you?   Yes   No    Tell us about it...

A JSON object containing a .

Declaration Syntax
C#
public class DescribeChapCredentialsResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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:
  • InitiatorName: The iSCSI initiator that connects to the target.
  • SecretToAuthenticateInitiator: The secret key that the initiator (e.g. Windows client) must provide to participate in mutual CHAP with the target.
  • SecretToAuthenticateTarget: The secret key that the target must provide to participate in mutual CHAP with the initiator (e.g. Windows client).
  • TargetARN: The Amazon Resource Name (ARN) of the storage volume.

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
DescribeChapCredentialsResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)