Table of Contents

Class RevokeTenantSuperAdminRequest

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

Constructors

RevokeTenantSuperAdminRequest(Guid, string)

public RevokeTenantSuperAdminRequest(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