ArchAstro. SDK. Types. Acl
(archastro v0.3.3)
Copy Markdown
An access-control list payload that supports either full replacement or targeted patch operations on a resource's grants.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Acl{ add: [ArchAstro.SDK.Types.AclGrant.t()] | ArchAstro.SDK.Unset.t(), grants: [ArchAstro.SDK.Types.AclGrant.t()] | ArchAstro.SDK.Unset.t(), remove: [ArchAstro.SDK.Types.AclRemoveTarget.t()] | ArchAstro.SDK.Unset.t() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()