Skip to main content

Class RoleLink

Namespace: Consul
Assembly: Consul.dll

RoleLink is the base for representing an ACL Role in Consul

public class RoleLink

Inheritance

objectRoleLink

Inherited Members

object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

Constructors

public RoleLink()

RoleLink(string)

public RoleLink(string id)

Parameters

id string

RoleLink(string, string)

public RoleLink(string id, string name)

Parameters

id string

name string

Properties

ID

public string ID { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string