Table of Contents

Class GrantPlatformAdminRequest

Namespace
KadicAuth.Api.Models
Assembly
KadicAuth.Api.dll
public sealed record GrantPlatformAdminRequest
Inheritance
object
GrantPlatformAdminRequest

Constructors

GrantPlatformAdminRequest(Guid, string)

public GrantPlatformAdminRequest(Guid TargetUserId, string Reason)

Parameters

TargetUserId Guid
Reason string

Properties

Reason

public string Reason { get; init; }

Property Value

string

TargetUserId

public Guid TargetUserId { get; init; }

Property Value

Guid