Skip to main content

ArtifactPropertySummary

A flattened artifact payload property summary with display name, path, and value. Sensitive fields are masked as [SENSITIVE].

type ArtifactPropertySummary {
name: String!
path: String!
value: JSON
}

Fields

ArtifactPropertySummary.name ● String! non-null scalar

Display name for the property summary (e.g., 'Database: Hostname', 'Database: Port')

ArtifactPropertySummary.path ● String! non-null scalar

Full path to the value in the artifact payload (e.g., '.database.hostname', '.database.port')

ArtifactPropertySummary.value ● JSON scalar

The scalar value. Sensitive fields (marked with $md.sensitive: true) are masked as '[SENSITIVE]'

Member Of

Package object