ClientMirrorDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Tracking row describing a ClientDto that has been auto-provisioned from a parent tenant into a specific child tenant. Lives in the parent tenant's identity DB.
public record ClientMirrorDto : IEquatable<ClientMirrorDto>
Inheritance Object → ClientMirrorDto
Implements IEquatable<ClientMirrorDto>
Properties
ParentClientId
public string ParentClientId { get; set; }
Property Value
ParentTenantId
public string ParentTenantId { get; set; }
Property Value
ChildTenantId
public string ChildTenantId { get; set; }
Property Value
ProvisionedAt
public DateTime ProvisionedAt { get; set; }
Property Value
SecretHashVersion
public int SecretHashVersion { get; set; }
Property Value
Constructors
ClientMirrorDto(String, String, String, DateTime, Int32)
Tracking row describing a ClientDto that has been auto-provisioned from a parent tenant into a specific child tenant. Lives in the parent tenant's identity DB.
public ClientMirrorDto(string ParentClientId, string ParentTenantId, string ChildTenantId, DateTime ProvisionedAt, int SecretHashVersion)
Parameters
ParentClientId String
ParentTenantId String
ChildTenantId String
ProvisionedAt DateTime
SecretHashVersion Int32