antimatter_api 2.0.13

Interact with the Antimatter Cloud API
Documentation
# AccessLogEntry

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | A globally unique chronological identifier for a log record. If you sort by this identifier, your logs will be in chronological order  | 
**time** | **String** | the time of a read operation, in UTC | 
**domain** | **String** | A globally unique identifier for a domain | 
**capsule** | **String** | A globally unique identifier for a capsule | 
**operation** | **String** |  | 
**session** | **String** | An identifier for an authentication session | 
**location** | Option<**String**> | the location URL that this capsule resided in during the operation, if known  | [optional]
**create_info** | Option<[**models::AccessLogEntryCreateInfo**]AccessLogEntry_createInfo.md> |  | [optional]
**open_info** | Option<[**models::AccessLogEntryOpenInfo**]AccessLogEntry_openInfo.md> |  | [optional]
**read_info** | Option<[**models::AccessLogEntryReadInfo**]AccessLogEntry_readInfo.md> |  | [optional]
**capsule_tags** | [**Vec<models::Tag>**]Tag.md |  | 
**capsule_span_tags** | [**models::TagSummary**]TagSummary.md |  | 
**capsule_size** | **i64** | how big this capsule is | 
**capsule_created** | **String** | when this capsule was created | 
**issuer** | **String** | the principal's issuer | 
**principal** | **String** | the principal for this operation | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)