iscsi.auth.create
=================
Create an iSCSI Authorized Access.
`tag` should be unique among all configured iSCSI Authorized Accesses.
`secret` and `peersecret` should have length between 12-16 letters inclusive.
`peeruser` and `peersecret` are provided only when configuring mutual CHAP. `peersecret` should not be similar to `secret`.
.. raw:: html
Type: object Type: array No Additional ItemsTuple Validation
Parameter 1: data
data
Type: object No Additional Properties
Peeruser
Type: string Default: ""
Peersecret
Type: string Default: ""
Discovery Auth
Type: enum (of string) Default: "NONE" Must be one of:
- "NONE"
- "CHAP"
- "CHAP_MUTUAL"
IscsiAuthEntry
Type: object No Additional Properties
Peeruser
Type: string Default: ""
Peersecret
Type: string Default: ""
Discovery Auth
Type: enum (of string) Default: "NONE" Must be one of:
- "NONE"
- "CHAP"
- "CHAP_MUTUAL"
*Required roles:* SHARING_ISCSI_AUTH_WRITE