Show / Hide Table of Contents

Class ZitiIdentityFormat

Inheritance
System.Object
ZitiIdentityFormat
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenZiti
Assembly: Ziti.NET.Standard.dll
Syntax
public class ZitiIdentityFormat

Constructors

| Improve this Doc View Source

ZitiIdentityFormat()

Declaration
public ZitiIdentityFormat()

Properties

| Improve this Doc View Source

ControllerUrl

Declaration
[JsonPropertyName("ztAPI")]
public string ControllerUrl { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IdMaterial

Declaration
[JsonPropertyName("id")]
public IdMaterial IdMaterial { get; set; }
Property Value
Type Description
IdMaterial
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX