Enumeration EventingFunctionBucketAccess

Represents the various bucket access levels for an eventing function.

Enumeration Members

Enumeration Members

ReadOnly: "r"

Indicates that the function can only read the associated bucket.

ReadWrite: "rw"

Indicates that the function can both read and write the associated bucket.

Generated using TypeDoc