Skip to content
Start here

Logs

LogsAccess Requests

Get Access authentication logs
zero_trust.access.logs.access_requests.list(AccessRequestListParams**kwargs) -> AccessRequestListResponse
GET/accounts/{account_id}/access/logs/access_requests
ModelsExpand Collapse
action: Optional[str]

The event that occurred, such as a login attempt.

allowed: Optional[bool]

The result of the authentication event.

app_domain: Optional[str]

The URL of the Access application.

app_uid: Optional[str]

The unique identifier for the Access application.

connection: Optional[str]

The IdP used to authenticate.

created_at: Optional[datetime]
formatdate-time
ip_address: Optional[str]

The IP address of the authenticating user.

rayid: Optional[str]

The unique identifier for the request to Cloudflare.

maxLength16
user_email: Optional[str]

The email address of the authenticating user.

formatemail

LogsSCIM

ModelsExpand Collapse
class AccessRequest:
action: Optional[str]

The event that occurred, such as a login attempt.

allowed: Optional[bool]

The result of the authentication event.

app_domain: Optional[str]

The URL of the Access application.

app_uid: Optional[str]

The unique identifier for the Access application.

connection: Optional[str]

The IdP used to authenticate.

created_at: Optional[datetime]
formatdate-time
ip_address: Optional[str]

The IP address of the authenticating user.

rayid: Optional[str]

The unique identifier for the request to Cloudflare.

maxLength16
user_email: Optional[str]

The email address of the authenticating user.

formatemail

LogsSCIMUpdates

List Access SCIM update logs
zero_trust.access.logs.scim.updates.list(UpdateListParams**kwargs) -> SyncV4PagePaginationArray[UpdateListResponse]
GET/accounts/{account_id}/access/logs/scim/updates
ModelsExpand Collapse
class UpdateListResponse:
cf_resource_id: Optional[str]

The unique Cloudflare-generated Id of the SCIM resource.

error_description: Optional[str]

The error message which is generated when the status of the SCIM request is ‘FAILURE’.

idp_id: Optional[str]

The unique Id of the IdP that has SCIM enabled.

idp_resource_id: Optional[str]

The IdP-generated Id of the SCIM resource.

logged_at: Optional[datetime]
formatdate-time
request_body: Optional[str]

The JSON-encoded string body of the SCIM request.

request_method: Optional[str]

The request method of the SCIM request.

resource_group_name: Optional[str]

The display name of the SCIM Group resource if it exists.

resource_type: Optional[str]

The resource type of the SCIM request.

resource_user_email: Optional[str]

The email address of the SCIM User resource if it exists.

formatemail
status: Optional[str]

The status of the SCIM request.