Skip to main content

PermissionGroupSecret Constructors

An object defining constructors for the PermissionGroupSecret class.

PermissionGroupSecret(id, tokenId)

Initializes a new instance of the PermissionGroupSecret class with the specified permission group identifier and security token.

Parameters:

id (required): long
The unique identifier of the permission group.

tokenId (required): string
The security token identifier inherited from the base secret class.

Sets the following property:

  • Id = id

Passes tokenId to the base constructor.