Table of Contents

Class ContainerPolicyWithoutItem

Namespace
PrivMX.Endpoint.Core.Models
Assembly
PrivMX.Endpoint.dll

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

string

Get

(optional) Determines who can get the container.

public string? Get { get; set; }

Property Value

string

OwnerCanBeRemovedFromManagers

(optional) Determines whether the owner can be removed from the list of managers.

public string? OwnerCanBeRemovedFromManagers { get; set; }

Property Value

string

Update

(optional) Determines who can update the container.

public string? Update { get; set; }

Property Value

string

UpdatePolicy

(optional) Determines who can update this policy.

public string? UpdatePolicy { get; set; }

Property Value

string

UpdaterCanBeRemovedFromManagers

(optional) Determines whether the updater can be removed from the list of managers.

public string? UpdaterCanBeRemovedFromManagers { get; set; }

Property Value

string