Protocol Class
Specifies the protocol permitted for a SAS token. Note that HTTP only is not allowed.
- Inheritance
-
builtins.objectProtocol
Constructor
Protocol()
Attributes
HTTPS
Allow HTTPS requests only.
HTTPS = 'https'
HTTPS_HTTP
Allow HTTP and HTTPS requests.
HTTPS_HTTP = 'https,http'
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python