Interface IAuthObject
Represents an auth value.
Namespace: BiExcellence.OpenBi.Api.Commands.AuthObjects
Assembly: BiExcellence.OpenBi.Api.AuthObject.dll
Syntax
public interface IAuthObject
Properties
Description
Gets or sets the description.
Declaration
string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DimensionId
Gets or sets the dimension id.
Declaration
string? DimensionId { get; set; }
Property Value
Type | Description |
---|---|
string |