VsanIscsiTargetAuthType_enum
VsanIscsiTargetAuthType_enum
Defines iSCSI authentication type.
Possible values:
NoAuth
: No authentication is used, the target can be connected by any initiator.CHAP
: The Challenge-Handshake Authentication Protocol (CHAP), user name and secret attached to the target is needed to provide for any initiator to authenticate to this target.CHAP_Mutual
: The Challenge-Handshake Authentication Protocol (CHAP) with Mutual option enabled, not only user name and secret attached to the target is needed to provide for any initiator to authenticate to this target, but also user name and secret attached to the initiator is needed to provide for one initiator to authenticate to any target.VsanIscsiTargetAuthType_Unknown
This data structure has no properties.
Enumeration:
NoAuth,
CHAP,
CHAP_Mutual,
VsanIscsiTargetAuthType_Unknown,