Table of Contents

Class GetPoliciesRequestParameters

Namespace
Keycloak.AuthServices.Sdk.Protection.Requests
Assembly
Keycloak.AuthServices.Sdk.dll

This is used to send requests to the Protection API via the IKeycloakPolicyClient

public class GetPoliciesRequestParameters
Inheritance
GetPoliciesRequestParameters
Inherited Members

Properties

First

Pagination offset.

public int? First { get; init; }

Property Value

int?

Max

Maximum results size. Default is 100.

public int? Max { get; init; }

Property Value

int?

PermissionName

Query based on the permission name

public string? PermissionName { get; init; }

Property Value

string

ResourceId

Query based on the resource Id

public string? ResourceId { get; init; }

Property Value

string

Scope

Query based on the scope

public string? Scope { get; init; }

Property Value

string