Skip to content

Commit

Permalink
Remove unwanted o/ APIs from system api resource categorization
Browse files Browse the repository at this point in the history
  • Loading branch information
dewniMW committed Jan 19, 2024
1 parent 7f1bd4a commit 6bf8c86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,14 +187,6 @@
description="View allowed CORS origins for the organization (root)"/>
</Scopes>
</APIResource>
<APIResource name="CORS Management API" identifier="/o/api/server/v1/cors/origins"
requiresAuthorization="true" description="API representation of the CORS Management API"
type="ORGANIZATION_ADMIN">
<Scopes>
<Scope displayName="View CORS Origins" name="internal_org_cors_origins_view"
description="View allowed CORS origins for the organization"/>
</Scopes>
</APIResource>
<APIResource name="Expired Password Identification Management API"
identifier="/api/server/v1/expired-password-identification" requiresAuthorization="true"
description="API representation of the Expired Password Identification Management API" type="TENANT_ADMIN">
Expand Down Expand Up @@ -319,16 +311,6 @@
description="Manage field input validation for the organization (root)"/>
</Scopes>
</APIResource>
<APIResource name="Validation Rules API"
identifier="/o/api/server/v1/validation-rules"
requiresAuthorization="true"
description="API representation of the Validation Rules API"
type="ORGANIZATION_ADMIN">
<Scopes>
<Scope displayName="Update Validation Rule" name="internal_org_validation_rule_mgt_update"
description="Manage field input validation for the organization"/>
</Scopes>
</APIResource>
<APIResource name="Keystore Management API" identifier="/api/server/v1/keystores/certs"
requiresAuthorization="true" description="API representation of the Keystore Management API" type="TENANT_ADMIN">
<Scopes>
Expand Down Expand Up @@ -588,22 +570,6 @@
description="Add user verification claim data in the organization (root)"/>
</Scopes>
</APIResource>
<APIResource name="IDV Claim Management API"
identifier="/o/api/users/v1/(.*)/idv"
requiresAuthorization="true"
description="API representation of the IDV Claim Management API"
type="ORGANIZATION_ADMIN">
<Scopes>
<Scope displayName="Verify IDV Claim" name="internal_org_idv_claim_verify"
description="Verify users in the organization with verification required attributes"/>
<Scope displayName="View IDV Claim" name="internal_org_idv_claim_view"
description="View user verification details in the organization"/>
<Scope displayName="Update IDV Claim" name="internal_org_idv_claim_update"
description="Update user verification details in the organization"/>
<Scope displayName="Add IDV Claim" name="internal_org_idv_claim_add"
description="Add user verification claim data in the organization"/>
</Scopes>
</APIResource>
<APIResource name="Session Management API" identifier="/api/users/v1/(.*)sessions"
requiresAuthorization="true" description="API representation of the Session Management API" type="TENANT_ADMIN">
<Scopes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,6 @@
description="View allowed CORS origins for the organization (root)"/>
</Scopes>
</APIResource>
<APIResource name="CORS Management API" identifier="/o/api/server/v1/cors/origins"
requiresAuthorization="true" description="API representation of the CORS Management API"
type="ORGANIZATION_ADMIN">
<Scopes>
<Scope displayName="View CORS Origins" name="internal_org_cors_origins_view"
description="View allowed CORS origins for the organization"/>
</Scopes>
</APIResource>
<APIResource name="Expired Password Identification Management API"
identifier="/api/server/v1/expired-password-identification" requiresAuthorization="true"
description="API representation of the Expired Password Identification Management API" type="TENANT_ADMIN">
Expand Down Expand Up @@ -328,16 +320,6 @@
description="Manage field input validation for the organization (root)"/>
</Scopes>
</APIResource>
<APIResource name="Validation Rules API"
identifier="/o/api/server/v1/validation-rules"
requiresAuthorization="true"
description="API representation of the Validation Rules API"
type="ORGANIZATION_ADMIN">
<Scopes>
<Scope displayName="Update Validation Rule" name="internal_org_validation_rule_mgt_update"
description="Manage field input validation for the organization"/>
</Scopes>
</APIResource>
<APIResource name="Keystore Management API" identifier="/api/server/v1/keystores/certs"
requiresAuthorization="true" description="API representation of the Keystore Management API" type="TENANT_ADMIN">
<Scopes>
Expand Down Expand Up @@ -597,22 +579,6 @@
description="Add user verification claim data in the organization (root)"/>
</Scopes>
</APIResource>
<APIResource name="IDV Claim Management API"
identifier="/o/api/users/v1/(.*)/idv"
requiresAuthorization="true"
description="API representation of the IDV Claim Management API"
type="ORGANIZATION_ADMIN">
<Scopes>
<Scope displayName="Verify IDV Claim" name="internal_org_idv_claim_verify"
description="Verify users in the organization with verification required attributes"/>
<Scope displayName="View IDV Claim" name="internal_org_idv_claim_view"
description="View user verification details in the organization"/>
<Scope displayName="Update IDV Claim" name="internal_org_idv_claim_update"
description="Update user verification details in the organization"/>
<Scope displayName="Add IDV Claim" name="internal_org_idv_claim_add"
description="Add user verification claim data in the organization"/>
</Scopes>
</APIResource>
<APIResource name="Session Management API" identifier="/api/users/v1/(.*)sessions"
requiresAuthorization="true" description="API representation of the Session Management API" type="TENANT_ADMIN">
<Scopes>
Expand Down

0 comments on commit 6bf8c86

Please sign in to comment.