SecurityEventsFilterParameters Class
The properties that are supported in the $filter operation.
Constructor
SecurityEventsFilterParameters(*, event_time: datetime | None = None, show_server_records: bool | None = None, **kwargs)
Parameters
Name | Description |
---|---|
event_time
Required
|
Filter on the event time. |
show_server_records
Required
|
Whether to show server records or not. |
Keyword-Only Parameters
Name | Description |
---|---|
event_time
Required
|
|
show_server_records
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python