Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class RoleAndDescription

Inheritance
object
RoleAndDescription
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Management.Users
Assembly: Couchbase.NetClient.dll
Syntax
public class RoleAndDescription

Constructors

View Source

RoleAndDescription()

Declaration
public RoleAndDescription()

Properties

View Source

Description

Declaration
[JsonPropertyName("desc")]
[JsonInclude]
public string Description { get; }
Property Value
Type Description
string
View Source

DisplayName

Declaration
[JsonPropertyName("name")]
[JsonInclude]
public string DisplayName { get; }
Property Value
Type Description
string
View Source

Role

Declaration
[JsonPropertyName("role")]
[JsonInclude]
public string Role { get; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.