modifyPolicy
Modifies an existing Policy. You can modify the Application's level of access to the Metric's data.
Arguments
input required ModifyPolicyInput
The fields for modifying a Policy.
input.policy required ID
The Policy's unique identifier.
input.type required PolicyType
The type of Policy.
The types of Policies that can be applied to a Metric.
ALL_ACCESS
Grants access to all Metric data.
TENANT_ACCESS
Grants access to a specified tenant's Metric data.
Returns
Nullable PolicyResponse
The result of a mutation which creates or modifies a Policy.
modifyPolicy.policy nullable Policy
The Policy which was created or modified.