INPUT_OBJECT
ManagementEndpointCredentialUsageFilter
Filters for fetching credential usages for a given management endpoint
link GraphQL Schema definition
- input ManagementEndpointCredentialUsageFilter {
- # Use category parameter to fetch credential usages only for given categories,
- # otherwise usages for all categories would be fetched
- String!] : [
- # Use permissionType parameter to fetch credential usages for credentials of given
- # permission types, otherwise usages for all permission types would be fetched
- ManagementEndpointCredentialPermissionType!] : [
- # Use source parameter to fetch credential usages only for provided sources,
- # otherwise usages for all sources would be fetched
- String!] : [
- # Use time range parameter to fetch credential usages during provided time range,
- # otherwise only latest usages for each source-category-sub-category combination
- # would be fetched
- ManagementEndpointTimeRangeFilter :
- # Use usageStatus parameter to fetch credential usages only in provided statuses,
- # otherwise usages in all statuses would be fetched
- ManagementEndpointCredentialUsageStatus!] : [
- }