We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5302ac9 commit 87c182dCopy full SHA for 87c182d
1 file changed
src/management/__generated/models/index.ts
@@ -10274,6 +10274,11 @@ export interface PatchClientGrantsByIdRequest {
10274
*
10275
*/
10276
allow_any_organization?: boolean | null;
10277
+ /**
10278
+ * Types of authorization_details allowed for this client grant.
10279
+ *
10280
+ */
10281
+ authorization_details_types?: Array<string>;
10282
}
10283
10284
export const PatchClientGrantsByIdRequestOrganizationUsageEnum = {
0 commit comments