VsanIscsiTargetAuthSpec

VsanIscsiTargetAuthSpec
VsanIscsiTargetAuthSpec

Authentication specification for iSCSI target.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "authType": "string",
    "userNameAttachToTarget": "string",
    "userSecretAttachToTarget": "string",
    "userNameAttachToInitiator": "string",
    "userSecretAttachToInitiator": "string"
}
string
authType
Optional

Authentication type.

See also VsanIscsiTargetAuthTypeEnum.

string
userNameAttachToTarget
Optional

CHAP user name for target

string
userSecretAttachToTarget
Optional

CHAP user secret attach to this target

string
userNameAttachToInitiator
Optional

CHAP user name attach to initiator, only set when "CHAP mutual"

string
userSecretAttachToInitiator
Optional

CHAP user secret attach to initiator, only set when "CHAP mutual"