Fix Set Policy on Groups with spaces (#3453)

This commit is contained in:
Cesar N.
2024-10-28 12:28:07 -07:00
committed by GitHub
parent 8c1ecae68a
commit dc19984f23
5 changed files with 2 additions and 17 deletions

View File

@@ -1 +0,0 @@
{}

View File

@@ -208,7 +208,6 @@ export interface SetPolicyMultipleNameRequest {
groups?: IamEntity[];
}
/** @pattern ^[\w+=,.@-]{1,64}$ */
export type IamEntity = string;
export interface AddPolicyRequest {