Skip to content

Commit

Permalink
feat: add 'scope' to the cluster authorization endpoint and reserved …
Browse files Browse the repository at this point in the history
…resource type (#886)

Signed-off-by: Yashvardhan Kukreja <yash.kukreja.98@gmail.com>
  • Loading branch information
yashvardhan-kukreja authored Mar 6, 2024
1 parent 16c8469 commit 0cf0572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ struct ClusterAuthorizationRequest {
CloudAccountID String
CloudProviderID String
QuotaVersion String
Scope String
}
1 change: 1 addition & 0 deletions model/accounts_mgmt/v1/reserved_resource_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ struct ReservedResource {
BillingModel BillingModel
BillingMarketplaceAccount String
UpdatedAt Date
Scope String
}

0 comments on commit 0cf0572

Please sign in to comment.