Interface IProtectedResourceData
- Namespace
- Keycloak.AuthServices.Authorization
- Assembly
- Keycloak.AuthServices.Authorization.dll
Defines the set of data required to apply authorization rules to a resource.
public interface IProtectedResourceData
Properties
Resource
Gets or sets resource name
string Resource { get; }
Property Value
Scopes
Get or sets scopes
string[]? Scopes { get; }
Property Value
- string[]
Methods
GetScopesExpression()
string GetScopesExpression()