Interface IRoleAssignment
Represents a role assignement.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.Roles
Assembly: BiExcellence.OpenBi.Api.Role.dll
Syntax
public interface IRoleAssignment : IRole, ICustomAttributes
Properties
AllowDelete
Determines whether deletion is allowed.
Declaration
bool AllowDelete { get; }
Property Value
Type | Description |
---|---|
bool |
AllowEdit
Determines whether editing is allowed.
Declaration
bool AllowEdit { get; }
Property Value
Type | Description |
---|---|
bool |
IsInherited
Determines whether the role is inherited.
Declaration
bool IsInherited { get; }
Property Value
Type | Description |
---|---|
bool |
ValidFrom
Gets valid from date.
Declaration
DateTimeOffset ValidFrom { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |
ValidTo
Gets valid to date.
Declaration
DateTimeOffset ValidTo { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |