Class ContainerPolicyWithoutItem
Represents a container policy.
public class ContainerPolicyWithoutItem
- Inheritance
-
ContainerPolicyWithoutItem
- Derived
- Inherited Members
Properties
Delete_
(optional) Determines who can delete the container.
public string? Delete_ { get; set; }
Property Value
Get
(optional) Determines who can get the container.
public string? Get { get; set; }
Property Value
OwnerCanBeRemovedFromManagers
(optional) Determines whether the owner can be removed from the list of managers.
public string? OwnerCanBeRemovedFromManagers { get; set; }
Property Value
Update
(optional) Determines who can update the container.
public string? Update { get; set; }
Property Value
UpdatePolicy
(optional) Determines who can update this policy.
public string? UpdatePolicy { get; set; }
Property Value
UpdaterCanBeRemovedFromManagers
(optional) Determines whether the updater can be removed from the list of managers.
public string? UpdaterCanBeRemovedFromManagers { get; set; }