HostInternetScsiHbaAuthenticationProperties

HostInternetScsiHbaAuthenticationProperties
HostInternetScsiHbaAuthenticationProperties

The authentication settings for this host bus adapter or target.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "chapAuthEnabled": false,
    "chapName": "string",
    "chapSecret": "string",
    "chapAuthenticationType": "string",
    "chapInherited": false,
    "mutualChapName": "string",
    "mutualChapSecret": "string",
    "mutualChapAuthenticationType": "string",
    "mutualChapInherited": false
}
boolean
chapAuthEnabled
Required

True if CHAP is currently enabled

string
chapName
Optional

The CHAP user name if enabled

string As password As password
chapSecret
Optional

The CHAP secret if enabled

string
chapAuthenticationType
Optional

The preference for CHAP or non-CHAP protocol if CHAP is enabled

boolean
chapInherited
Optional

CHAP settings are inherited

string
mutualChapName
Optional

When Mutual-CHAP is enabled, the user name that target needs to use to authenticate with the initiator

string As password As password
mutualChapSecret
Optional

When Mutual-CHAP is enabled, the secret that target needs to use to authenticate with the initiator

string
mutualChapAuthenticationType
Optional

The preference for CHAP or non-CHAP protocol if CHAP is enabled

boolean
mutualChapInherited
Optional

Mutual-CHAP settings are inherited