OBJECT

FinOpsAuthorization

link GraphQL Schema definition

  • type FinOpsAuthorization {
  • # List some or all of the privileges granted to the caller in its current context
  • #
  • # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
  • # and schema elements may change over future iterations.
  • #
  • # Arguments
  • # subjects: The list of subjects to fetch privileges for.
  • # Subjects should be in CRN format. ex. crn::policy/*
  • queryPrivileges(subjects: [String!]): [FinOpsPrivilege!]!
  • }