Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update response for endpoint used to fetch permissions for a set of request URLs #1559

Merged
merged 10 commits into from
May 26, 2023

Conversation

millicentachieng
Copy link
Contributor

@millicentachieng millicentachieng commented May 17, 2023

Overview

The update is to ensure consistent behaviour regardless of the content of the response.

{
  "results": [
    {
      "value": "string",
      "scopeType": "ScopeType",
      "consentDisplayName": "string",
      "consentDescription": "string",
      "isAdmin": "string",
      "leastPrivilegeOnly": "bool"
    }
  ],
  "errors": [
    {
      "requestUrl": "string",
      "message": "string"
    }
  ]
}

@millicentachieng millicentachieng changed the title Task/ma/update permissions response Update response for endpoint used to fetch permissions for a set of request URLs May 17, 2023
@millicentachieng millicentachieng marked this pull request as ready for review May 17, 2023 18:52
@millicentachieng millicentachieng requested a review from a team as a code owner May 17, 2023 18:53
@millicentachieng millicentachieng force-pushed the task/ma/update-permissions-response branch from b940c06 to 75855d8 Compare May 23, 2023 23:36
UriMatchService/UriTemplateMatcher.cs Outdated Show resolved Hide resolved
PermissionsService/Services/PermissionsStore.cs Outdated Show resolved Hide resolved
UriMatchService/UriTemplateMatcher.cs Outdated Show resolved Hide resolved
UriMatchService/UriTemplateMatcher.cs Outdated Show resolved Hide resolved
UtilityService/UtilityExtensions.cs Outdated Show resolved Hide resolved
@millicentachieng millicentachieng force-pushed the task/ma/update-permissions-response branch from 27d0926 to 1a836c9 Compare May 26, 2023 08:20
@sonarcloud
Copy link

sonarcloud bot commented May 26, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants