Show / Hide Table of Contents

Interface IWMOwnableResource

Resources that can be owned by a principal (WMUser, WMOrganization) must implement this interface.

Inherited Members
IWMResource.ResourceDefinition()
IWMResource.ResourceDefinitionMap
Namespace: Quantellia.WMServer.Auth.Model.UserAccess
Assembly: WMServer.dll
Syntax
public interface IWMOwnableResource : IWMResource

Properties

OwnerID

Owner of this object

Declaration
string OwnerID { get; set; }
Property Value
Type Description
string

OwnerType

The type of the principal of this object.

Declaration
string OwnerType { get; set; }
Property Value
Type Description
string
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE