Download OpenAPI specification:Download
limit | integer <int32> Maximum number of results to return |
start | integer <int32> >= 1 First item in the page of results, as an ordinal 1-based integer |
policyOwner | string ID of the Agency owning policy(ies) |
policyType | string Type of the policy |
policyQueueName | string <uri> Policy queue name |
policyId | string Id of the policy |
{- "count": 0,
- "totalCount": 0,
- "policies": [
- {
- "payload": "string",
- "protected": "string",
- "signature": "string"
}
]
}
Policy to add (JWS using flattened JSON serialization)
payload required | string <byte> |
protected required | string <byte> |
signature required | string <byte> |
{- "payload": "string",
- "protected": "string",
- "signature": "string"
}
policyOwner required | string Owner of the policy |
policyType required | string Type of the policy |
policyQueueName | string <uri> Policy queue name |
policyId | string Id of the policy |
Policy to update (JWS using flattened JSON serialization)
payload required | string <byte> |
protected required | string <byte> |
signature required | string <byte> |
{- "payload": "string",
- "protected": "string",
- "signature": "string"
}
policyOwner required | string Owner of the policy |
policyType required | string Type of the policy |
policyQueueName | string <uri> Policy queue name |
policyId | string Id of the policy |
limit | integer <int32> Maximum number of results to return |
start | integer <int32> >= 1 First item in the page of results, as an ordinal 1-based integer |
policyOwner | string ID of the Agency owning policy(ies) |
policyType required | string Type of the policy |
policyQueueName | string <uri> Policy queue name |
policyId | string Id of the policy |
policiesUpdatedSince | string <date-time> Example: policiesUpdatedSince=2020-03-10T10:00:00-05:00 The query will return all policies having the time of creation or last modification greater than policiesUpdatedSince |
{- "count": 0,
- "totalCount": 0,
- "policyEnums": [
- {
- "policyType": "string",
- "policyOwner": "string",
- "policyId": "string",
- "policyExpirationTime": "2020-03-10T10:00:00-05:00",
- "policyLastModificationTime": "2020-03-10T10:00:00-05:00"
}
]
}