OAuthJWTAudience Parameter (Connect-JSON Cmdlet)
A space-separated list of entities that may use the JWT.
Syntax
Connect-JSON -OAuthJWTAudience string
Data Type
cstr
Default Value
""
Remarks
This corresponds to the aud field in the JWT. The entries in this list are typically URLs, but the exact values depend on the API being used.