Table of Contents

Class ResourceProviderGetOptions

Namespace
FoundationaLLM.Common.Models.ResourceProviders
Assembly
FoundationaLLM.Common.dll

Provides options for resource provider get operations.

public class ResourceProviderGetOptions : ResourceProviderOperationOptionsBase
Inheritance
ResourceProviderGetOptions
Inherited Members
Extension Methods

Properties

IncludeActions

Gets or sets a value indicating whether to include actions in the response.

public bool IncludeActions { get; set; }

Property Value

bool

Remarks

If the value is set to true, for each resource, the response will include the authorizable actions assigned directly or indirectly to the resource.

IncludeRoles

Gets or sets a value indicating whether to include roles in the response.

public bool IncludeRoles { get; set; }

Property Value

bool

Remarks

If the value is set to true, for each resource, the response will include the roles assigned directly or indirectly to the resource.

LoadContent

Gets or sets a value indicating whether to load resource content (applicable only to resources that have content).

public bool LoadContent { get; set; }

Property Value

bool