Skip to main content

PrivilegeDto

  • Namespace: PPDS.Dataverse.Metadata.Models
  • Assembly: PPDS.Dataverse
  • Kind: Class

Summary

Represents a security privilege for an entity.

Members

Properties

CanBeBasic

bool CanBeBasic { get; set; }

Gets whether the privilege can have a basic scope.

CanBeDeep

bool CanBeDeep { get; set; }

Gets whether the privilege can have a deep scope.

CanBeGlobal

bool CanBeGlobal { get; set; }

Gets whether the privilege can have a global scope.

CanBeLocal

bool CanBeLocal { get; set; }

Gets whether the privilege can have a local scope.

Name

string Name { get; set; }

Gets the privilege name.

PrivilegeId

Guid PrivilegeId { get; set; }

Gets the privilege ID.

PrivilegeType

string PrivilegeType { get; set; }

Gets the privilege type (Create, Read, Write, Delete, Assign, Share, Append, AppendTo).