Skip to main content

PermissionGroupSecret

The PermissionGroupSecret class represents a secure identifier for a permission group, containing both the group's ID and a security token.

This class extends BaseSecret to provide secure identification for permission groups. It combines a unique identifier with inherited security token functionality.

Properties

NameDescription
IdGets the unique identifier of the permission group.
TokenIdThe unique identifier associated with the secret token.
RandomValueA randomly generated value, created when the secret is initialized.

Constructors

NameDescription
PermissionGroupSecret(id, tokenId)Initializes a new instance of the PermissionGroupSecret class with the specified permission group identifier and security token.