OBJECT

AwsTrustPolicyResult

Description

Result of retrieving the trust policy.

link GraphQL Schema definition

  • type AwsTrustPolicyResult {
  • # Trust policy for an artifact.
  • artifacts: [ArtifactPolicy!]!
  • # Native ID of the AWS account.
  • awsNativeId: String!
  • }