Class: IControl::Management::EventSubscription::AuthenticationMode

Inherits:
Base::Enumeration
  • Object
show all
Defined in:
lib/icontrol/management/event_subscription.rb,
lib/icontrol/management/event_subscription.rb

Overview

The authentication modes used for http(s) based communications.

Constant Summary collapse

AUTHMODE_NONE =

No authentication is performed.

:AUTHMODE_NONE
AUTHMODE_BASIC =

HTTP Digest authentication.

:AUTHMODE_BASIC