Skip to main content

Class ExpandedRole

Namespace: Consul
Assembly: Consul.dll

public class ExpandedRole

Inheritance

objectExpandedRole

Inherited Members

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

Properties

Description

public string Description { get; set; }

Property Value

string

ID

public string ID { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

Policies

public PolicyLink[] Policies { get; set; }

Property Value

PolicyLink []

ServiceIdentities

public ServiceIdentity[] ServiceIdentities { get; set; }

Property Value

ServiceIdentity []

  • Properties
    • Description
    • ID
    • Name
    • Policies
    • ServiceIdentities