The structures documented here appear in audit events created by the "datahub" event source (service).
| Field | Type | Description | 
| clusterCrn | string | The Data Hub or Data Lake CRN  | 
                    
| userCrn | string | The identity provider user ID provided by the identity provider to CDP. This user initiated the action.  | 
                    
| environmentCrn | string | The environment CRN  | 
                    
| timestamp | int64 | The long value of the event timestamp. Returns the time in milliseconds when the event happened.  | 
                    
| clusterName | string | The name of the Data Hub or Data Lake resource  | 
                    
| flowState | string | The state of the resource creation flow  | 
                    
| flowId | string | The id of the resource creation flow  | 
                    
| Field Type | JSON Type Description | 
| double | number | 
| float | number | 
| int32 | number (with no decimal portion) | 
| int64 | string containing the number (with no decimal portion) | 
| uint32 | number (with no decimal portion) | 
| uint64 | string containing the number (with no decimal portion) | 
| sint32 | number (with no decimal portion) | 
| sint64 | string containing the number (with no decimal portion) | 
| fixed32 | number (with no decimal portion) | 
| fixed64 | string containing the number (with no decimal portion) | 
| sfixed32 | number (with no decimal portion) | 
| sfixed64 | string containing the number (with no decimal portion) | 
| bool | true or false | 
| string | string | 
| bytes | string with padded base 64 encoding of bytes |