Show / Hide Table of Contents

Class GlossaryPermissionsSummary

Permissions object for glosssaries.

Inheritance
object
GlossaryPermissionsSummary
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class GlossaryPermissionsSummary

Properties

GlossaryKey

Declaration
[JsonProperty(PropertyName = "glossaryKey")]
public string GlossaryKey { get; set; }
Property Value
Type Description
string

The unique key of the parent glossary.

UserPermissions

Declaration
[JsonProperty(PropertyName = "userPermissions")]
public List<string> UserPermissions { get; set; }
Property Value
Type Description
List<string>

An array of permissions.

In this article
Back to top