Show / Hide Table of Contents

Class Permission

System permission for resource access and modification.

Inheritance
object
Permission
Implements
IMessage<Permission>
IEquatable<Permission>
IDeepCloneable<Permission>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Permission : IMessage<Permission>, IEquatable<Permission>, IDeepCloneable<Permission>, IBufferMessage, IMessage

Constructors

Permission()

Declaration
public Permission()

Permission(Permission)

Declaration
public Permission(Permission other)
Parameters
Type Name Description
Permission other

Properties

Description

Description of the permission (e.g. 'Ability to update detect rules').

Declaration
public string Description { get; set; }
Property Value
Type Description
string

Name

Name of the permission (e.g. chronicle.analyst.updateRule).

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Type

Type of the permission.

Declaration
public Permission.Types.PermissionType Type { get; set; }
Property Value
Type Description
Permission.Types.PermissionType
In this article
Back to top Generated by DocFX