Table of Contents

Class ItemPolicy

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

Represents an item policy.

public class ItemPolicy
Inheritance
ItemPolicy
Inherited Members

Properties

Create

(optional) Determines who can create an item.

public string? Create { get; set; }

Property Value

string

Delete_

(optional) Determines who can delete an item.

public string? Delete_ { get; set; }

Property Value

string

Get

(optional) Determines who can get an item.

public string? Get { get; set; }

Property Value

string

ListAll

(optional) Determines who can list all items.

public string? ListAll { get; set; }

Property Value

string

ListMy

(optional) Determines who can list items created by me.

public string? ListMy { get; set; }

Property Value

string

Update

(optional) Determines who can update an item.

public string? Update { get; set; }

Property Value

string