Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class RoleAndDescription

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

    Properties

    | Edit this page View Source

    Description

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

    DisplayName

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

    Role

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