Options
All
  • Public
  • Public/Protected
  • All
Menu

Indicates which network types are allowed for bucket access. May contain public, private, and/or direct elements. Setting allowed_network_type to only private will prevent access to object storage from outside of the IBM Cloud. The entire array will be overwritten in a PATCH operation. For more information on network types, see the documentation.

Index

Enumeration members

Enumeration members

DIRECT

DIRECT: = "direct"

PRIVATE

PRIVATE: = "private"

PUBLIC

PUBLIC: = "public"

Generated using TypeDoc