incident_io_client.api.audit_logs.audit_logs_private_incident_access_requested_v1
asyncio
async
asyncio(
*, client: Union[AuthenticatedClient, Client]
) -> Optional[
AuditLogsPrivateIncidentAccessRequestedV1ResponseBody
]
PrivateIncidentAccessRequestedV1 Audit logs
This entry is created whenever someone requests access to a private incident.
Raises:
Type | Description |
---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
Type | Description |
---|---|
Optional[AuditLogsPrivateIncidentAccessRequestedV1ResponseBody]
|
AuditLogsPrivateIncidentAccessRequestedV1ResponseBody |
Source code in incident_io_client/api/audit_logs/audit_logs_private_incident_access_requested_v1.py
asyncio_detailed
async
asyncio_detailed(
*, client: Union[AuthenticatedClient, Client]
) -> Response[
AuditLogsPrivateIncidentAccessRequestedV1ResponseBody
]
PrivateIncidentAccessRequestedV1 Audit logs
This entry is created whenever someone requests access to a private incident.
Raises:
Type | Description |
---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
Type | Description |
---|---|
Response[AuditLogsPrivateIncidentAccessRequestedV1ResponseBody]
|
Response[AuditLogsPrivateIncidentAccessRequestedV1ResponseBody] |
Source code in incident_io_client/api/audit_logs/audit_logs_private_incident_access_requested_v1.py
sync
sync(
*, client: Union[AuthenticatedClient, Client]
) -> Optional[
AuditLogsPrivateIncidentAccessRequestedV1ResponseBody
]
PrivateIncidentAccessRequestedV1 Audit logs
This entry is created whenever someone requests access to a private incident.
Raises:
Type | Description |
---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
Type | Description |
---|---|
Optional[AuditLogsPrivateIncidentAccessRequestedV1ResponseBody]
|
AuditLogsPrivateIncidentAccessRequestedV1ResponseBody |
Source code in incident_io_client/api/audit_logs/audit_logs_private_incident_access_requested_v1.py
sync_detailed
sync_detailed(
*, client: Union[AuthenticatedClient, Client]
) -> Response[
AuditLogsPrivateIncidentAccessRequestedV1ResponseBody
]
PrivateIncidentAccessRequestedV1 Audit logs
This entry is created whenever someone requests access to a private incident.
Raises:
Type | Description |
---|---|
UnexpectedStatus
|
If the server returns an undocumented status code and Client.raise_on_unexpected_status is True. |
TimeoutException
|
If the request takes longer than Client.timeout. |
Returns:
Type | Description |
---|---|
Response[AuditLogsPrivateIncidentAccessRequestedV1ResponseBody]
|
Response[AuditLogsPrivateIncidentAccessRequestedV1ResponseBody] |