Protocol Class

Specifies the protocol permitted for a SAS token. Note that HTTP only is not allowed.

Inheritance
builtins.object
Protocol

Constructor

Protocol()

Attributes

HTTPS

Allow HTTPS requests only.

HTTPS = 'https'

HTTPS_HTTP

Allow HTTP and HTTPS requests.

HTTPS_HTTP = 'https,http'