How to query IdentityProviderSubject by grahql admin api?

I learned from the link IdentityProviderSubject - GraphQL Admin that there is IdentityProviderSubject data, but how can I query it?
I need to obtain the id field or the subject field for conducting business operations.
In the exported user data, I found the “Subject ID” field, which is exactly what I was looking for.

It shows on that page where it’s available.

By the way.

Query identityProviderSubjects need permission , or get error Access denied for identityProviderSubjects field. Required access: The user must have access to manage identity providers.

When will this permission be available for configuration? Currently, there is no corresponding permission configuration item found in the store backend.