SecurityEventsFilterParameters Class
The properties that are supported in the $filter operation.
- Inheritance
-
msrest.serialization.ModelSecurityEventsFilterParameters
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
|
|
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python