OBJECT

CloudArchivalLocationTprReqChangesTemplate

Description

Template for deleting a cloud archival location with the quorum authorization request.

link GraphQL Schema definition

  • type CloudArchivalLocationTprReqChangesTemplate implements RequestedChangesTemplate {
  • # Name of cloud account associated with archival location.
  • cloudAccountName: String!
  • # Name of the archival location.
  • name: String!
  • # ID of the archival location.
  • id: String!
  • # Requested action string.
  • requestedAction: String!
  • # Type of archival location.
  • type: TargetType!
  • # Name of the requested changes template for quorum authorization.
  • templateName: String!
  • }

link Require by

This element is not required by anyone