ContainerPolicy
class ContainerPolicy(val get: String?, val update: String?, val delete: String?, val updatePolicy: String?, val updaterCanBeRemovedFromManagers: String?, val ownerCanBeRemovedFromManagers: String?, val item: ItemPolicy?) : ContainerPolicyWithoutItem
Contains container and its items policies.
Parameters
get
Determines who can get a container
update
Determines who can update a container
delete
Determines who can delete a container
updatePolicy
Determines who can update policy
updaterCanBeRemovedFromManagers
Determines whether the updater can be removed from the list of managers
ownerCanBeRemovedFromManagers
Determines whether the owner can be removed from the list of managers
Properties
Link copied to clipboard
Policy for container's items
Link copied to clipboard
Determines whether the owner can be removed from the list of managers
Link copied to clipboard
Determines who can update policy
Link copied to clipboard
Determines whether the updater can be removed from the list of managers