Table of Contents

Class UserClaimResponseDto

Namespace
GastroSky.Models.DTO.Auth
Assembly
GastroSky.Models.dll

Response body for user claims.

public sealed class UserClaimResponseDto
Inheritance
UserClaimResponseDto
Inherited Members

Properties

AccessLevel

Access type. E.g. Read-Only, Read+Write, etc...

public AccessLevel AccessLevel { get; set; }

Property Value

AccessLevel

Resource

Resource type. E.g: https://gastrosky.ch/identity/claims/resources/mail-templates

public required string Resource { get; set; }

Property Value

string