Skip to content

Added support for Audit alert command.#423

Open
amandli-ks wants to merge 5 commits intoSDK-340-audit-alert-powrelfrom
SDK-340-audit-alert-powdev
Open

Added support for Audit alert command.#423
amandli-ks wants to merge 5 commits intoSDK-340-audit-alert-powrelfrom
SDK-340-audit-alert-powdev

Conversation

@amandli-ks
Copy link
Copy Markdown
Contributor

No description provided.

$newId = $maxId + 1
$alert = New-Object KeeperSecurity.Enterprise.AuditAlertFilterEntry
$alert.Id = $newId
$alert.AlertUid = Get-Random -Minimum 1 -Maximum ([int]::MaxValue)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this UID generation range correct for numeric values

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, Alert UID is declared as int (32-bit) in the .NET SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants