OBJECT
AssetMetadata
Description
AssetMetadata stores the metadata of the asset.
link GraphQL Schema definition
- type AssetMetadata {
- # Signifies the application-specific metadata.
- : AppMetadata
- # Backup status signifies the status of backup of the asset.
- : BackupStatus!
- # Cloud account signifies the cloud account of the asset.
- : CloudAccountInfo
- # Cluster information signifies the cluster details of the asset.
- : ClusterInfo
- # Creation time signifies the creation time of the asset in milliseconds.
- : Long!
- # Signifies the encryption status for the asset.
- : Encryption!
- # First seen time signifies the initial detection time of the asset in
- # milliseconds.
- : Long!
- # Last access time signifies the last access time of the asset in
- # milliseconds.
- : Long!
- # Signifies logging status for the asset.
- : Logging!
- # Signifies the name of the asset.
- : String!
- # Signifies network access for the asset.
- : NetworkAccess!
- # Signifies the object tags for the asset.
- : [AssetTag!]!
- # Physical host signifies the physical host of the asset.
- : String!
- # Platform signifies the platform of the asset.
- : Platform!
- # Platform category stores the platform category of the asset.
- : PlatformCategory!
- # Region signifies the region of the asset.
- : String!
- # 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
- # Size signifies the size of the asset in bytes.
- : Long!
- }