@cloud-copilot/iam-data
Version:
32 lines • 1.14 kB
JSON
{
"signin:oauthclientauthentication": {
"key": "signin:OAuthClientAuthentication",
"description": "Filters access by the client authentication method used in the OAuth token request",
"type": "String"
},
"signin:oauthclientid": {
"key": "signin:OAuthClientId",
"description": "Filters access by the OAuth client ID used in the authorization or token request",
"type": "String"
},
"signin:oauthgranttype": {
"key": "signin:OAuthGrantType",
"description": "Filters access by the OAuth grant type used in the token request",
"type": "String"
},
"signin:oauthredirecturi": {
"key": "signin:OAuthRedirectUri",
"description": "Filters access by the redirect URI specified in the OAuth authorization request",
"type": "String"
},
"signin:oauthtokentype": {
"key": "signin:OAuthTokenType",
"description": "Filters access by the type of OAuth token being operated on",
"type": "String"
},
"signin:principalarn": {
"key": "signin:PrincipalArn",
"description": "Filters access by the principal ARN during pre-authentication console sign-in",
"type": "ARN"
}
}