Class OrganizationController.WMPermissionArg
Data routing to a single WMPermissionOperation
Inherited Members
Namespace: Quantellia.WMServer.Auth
Assembly: WMServer.dll
Syntax
public class OrganizationController.WMPermissionArg
Properties
ApplicationID
The application the operation exists in.
Declaration
public string ApplicationID { get; set; }
Property Value
Type | Description |
---|---|
string |
OperationName
The oepration name.
Declaration
public string OperationName { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
The name of the resource the operation acts on.
Declaration
public string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |