Resource Type: netapp_iscsi_security
- Defined in:
- lib/puppet/type/netapp_iscsi_security.rb
- Providers:
- 
      
        cmode
 
Overview
Manage Netap ISCSI initiator (client) authentication
Properties
- 
      auth_type
      
      
      ISCSI initiator authentication type. Supported values:- chap
- none
- deny
 
- 
      ensure
      
       (defaults to: present)
      
      
      The basic property that the resource should be in. Supported values:- present
- absent
 
- 
      outbound_username
      
      
      ISCSI CHAP outbound username 
- 
      radius
      
      
      ISCSI radius CHAP Supported values:- true
- false
 
- 
      username
      
      
      ISCSI CHAP username 
Parameters
- 
      initiator (namevar)
      
      
      ISCSI initiator name 
- 
      outbound_password
      
      
      ISCSI CHAP outbound password. Valid values are 12-16 hexidecimal digits. 
- 
      password
      
      
      ISCSI CHAP password. Valid values are 12-16 hexidecimal digits. 
- 
      provider
      
      
      The specific backend to use for this ‘netapp_iscsi_security` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.