OAuth2AccessRules contains access rules specific to OAuth2 authentication method.
| Name | Type | Description | Notes |
|---|---|---|---|
| audience | String | The audience in the JWT. | [optional] |
| authorizedGwClusterName | String | The gateway cluster name that is authorized to access JWKeySetURL | [optional] |
| boundClaims | List<OAuth2CustomClaim> | The claims that login is restricted to. | [optional] |
| boundClientsId | List<String> | The clients ids that login is restricted to. | [optional] |
| certificate | String | Certificate to use when calling jwks_uri from the gateway. in PEM format | [optional] |
| issuer | String | Issuer URL | [optional] |
| jwksJsonData | String | The JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server. base64 encoded string | [optional] |
| jwksUri | String | The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server. | [optional] |
| uniqueIdentifier | String | A unique identifier to distinguish different users | [optional] |