Type Alias: ResourceFilter
type ResourceFilter = object;
Resource search filter.
Properties
deploymentKey?
optional deploymentKey?: DeploymentKeyFilterProperty;
Deployment key of this resource.
resourceId?
optional resourceId?: StringFilterProperty;
Resource ID of this resource.
resourceKey?
optional resourceKey?: ResourceKeyFilterProperty;
The key for this resource.
resourceName?
optional resourceName?: StringFilterProperty;
Resource name of this resource.
tenantId?
optional tenantId?: TenantId;
Tenant ID of this resource.
version?
optional version?: IntegerFilterProperty;
Version of this resource.
versionTag?
optional versionTag?: StringFilterProperty;
Version tag of this resource.