We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc62d13 commit 3dbc4dfCopy full SHA for 3dbc4df
api/iam/v1alpha1/iam_sdk.go
@@ -1892,7 +1892,7 @@ type ListJWTsRequest struct {
1892
OrderBy ListJWTsRequestOrderBy `json:"-"`
1893
1894
// AudienceID: ID of the user to search.
1895
- AudienceID *string `json:"-"`
+ AudienceID string `json:"-"`
1896
1897
// PageSize: number of results per page. Value must be between 1 and 100.
1898
PageSize *uint32 `json:"-"`
0 commit comments