Table of Contents

Class TemplateLink

Namespace
CedarDotNet.Models
Assembly
CedarDotNet.dll

A template link.

public sealed record TemplateLink : IEquatable<TemplateLink>
Inheritance
TemplateLink
Implements
Inherited Members

Properties

The generated policy ID.

[JsonPropertyName("newId")]
public required string NewId { get; init; }

Property Value

string

The ID of the template to link against.

[JsonPropertyName("templateId")]
public required string TemplateId { get; init; }

Property Value

string

The slot values.

[JsonPropertyName("values")]
public required IReadOnlyDictionary<string, EntityUid> Values { get; init; }

Property Value

IReadOnlyDictionary<string, EntityUid>