OBJECT
AssetMetadata
Description
AssetMetadata stores the metadata of the asset.
link GraphQL Schema definition
- type AssetMetadata {
- # Platform signifies the platform of the asset.
- Platform! :
- # Platform category stores the platform category of the asset.
- PlatformCategory! :
- # Cloud account signifies the cloud account of the asset.
- CloudAccountInfo :
- # Cluster information signifies the cluster details of the asset.
- ClusterInfo :
- # Size signifies the size of the asset in bytes.
- Long! :
- # Physical host signifies the physical host of the asset.
- String! :
- # Region signifies the region of the asset.
- String! :
- # First seen time signifies the initial detection time of the asset in
- # milliseconds.
- Long! :
- # Creation time signifies the creation time of the asset in milliseconds.
- Long! :
- # Last access time signifies the last access time of the asset in
- # milliseconds.
- Long! :
- # Backup status signifies the status of backup of the asset.
- BackupStatus! :
- # Rubrik SLA Domain information signifies the SLA Domain information for
- # the asset. This field will only be populated when Rubrik backs up the
- # asset.
- RubrikSlaInfo :
- # Signifies the encryption status for the asset.
- Encryption! :
- # Signifies logging status for the asset.
- Logging! :
- # Signifies network access for the asset.
- NetworkAccess! :
- # Signifies the object tags for the asset.
- AssetTag!]! : [
- # Signifies the name of the asset.
- String! :
- # Signifies the application-specific metadata.
- AppMetadata :
- }