HostInternetScsiHbaAuthenticationCapabilities

HostInternetScsiHbaAuthenticationCapabilities
HostInternetScsiHbaAuthenticationCapabilities

The authentication capabilities for this host bus adapter.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "chapAuthSettable": false,
    "krb5AuthSettable": false,
    "srpAuthSettable": false,
    "spkmAuthSettable": false,
    "mutualChapSettable": false,
    "targetChapSettable": false,
    "targetMutualChapSettable": false
}
boolean
chapAuthSettable
Required

True if this host bus adapter supports changing the configuration state of CHAP authentication.

CHAP is mandatory, however some adapter may not allow disabling this authentication method.

boolean
krb5AuthSettable
Required

Always false in this version of the API.

boolean
srpAuthSettable
Required

Always false in this version of the API.

boolean
spkmAuthSettable
Required

Always false in this version of the API.

boolean
mutualChapSettable
Optional

When chapAuthSettable is TRUE, this describes if Mutual CHAP configuration is allowed as well.

boolean
targetChapSettable
Optional

When targetChapSettable is TRUE, this describes if CHAP configuration is allowed on targets associated with the adapter.

boolean
targetMutualChapSettable
Optional

When targetMutualChapSettable is TRUE, this describes if Mutual CHAP configuration is allowed on targets associated with the adapter.