Interface IMemberPolicy
Version: 4.0
Interface for member policies.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsPolicies
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IMemberPolicy
Properties
CanRead
Gets or sets a value indicating whether gets or sets whether the user/user group that has this policy can read the Target.
Declaration
RequestResponse
bool CanRead { get; set; }
Property Value
Type | Description |
---|---|
bool |
CanWrite
Gets or sets a value indicating whether gets or sets whether the user/user group that has this policy can write to the Target.
Declaration
RequestResponse
bool CanWrite { get; set; }
Property Value
Type | Description |
---|---|
bool |
DefinitionName
Gets or sets the name of the definition that contains the Target.
Declaration
RequestResponse
string DefinitionName { get; set; }
Property Value
Type | Description |
---|---|
string |
Target
Declaration
RequestResponse
string Target { get; set; }
Property Value
Type | Description |
---|---|
string |