@@ -10181,6 +10181,7 @@ components:
10181
10181
user_access_invite: Invite other users to your organization.
10182
10182
user_access_manage: Disable users, manage user roles, manage SAML-to-role
10183
10183
mappings, and configure logs restriction queries.
10184
+ user_access_read: View users and their roles and settings.
10184
10185
tokenUrl: /oauth2/v1/token
10185
10186
type: oauth2
10186
10187
apiKeyAuth:
@@ -12061,9 +12062,6 @@ paths:
12061
12062
$ref: '#/components/responses/NotFoundResponse'
12062
12063
'429':
12063
12064
$ref: '#/components/responses/TooManyRequestsResponse'
12064
- security:
12065
- - apiKeyAuth: []
12066
- appKeyAuth: []
12067
12065
summary: List Confluent accounts
12068
12066
tags:
12069
12067
- Confluent Cloud
@@ -12092,9 +12090,6 @@ paths:
12092
12090
$ref: '#/components/responses/NotFoundResponse'
12093
12091
'429':
12094
12092
$ref: '#/components/responses/TooManyRequestsResponse'
12095
- security:
12096
- - apiKeyAuth: []
12097
- appKeyAuth: []
12098
12093
summary: Add Confluent account
12099
12094
tags:
12100
12095
- Confluent Cloud
@@ -12116,9 +12111,6 @@ paths:
12116
12111
$ref: '#/components/responses/NotFoundResponse'
12117
12112
'429':
12118
12113
$ref: '#/components/responses/TooManyRequestsResponse'
12119
- security:
12120
- - apiKeyAuth: []
12121
- appKeyAuth: []
12122
12114
summary: Delete Confluent account
12123
12115
tags:
12124
12116
- Confluent Cloud
@@ -12142,9 +12134,6 @@ paths:
12142
12134
$ref: '#/components/responses/NotFoundResponse'
12143
12135
'429':
12144
12136
$ref: '#/components/responses/TooManyRequestsResponse'
12145
- security:
12146
- - apiKeyAuth: []
12147
- appKeyAuth: []
12148
12137
summary: Get Confluent account
12149
12138
tags:
12150
12139
- Confluent Cloud
@@ -12175,9 +12164,6 @@ paths:
12175
12164
$ref: '#/components/responses/NotFoundResponse'
12176
12165
'429':
12177
12166
$ref: '#/components/responses/TooManyRequestsResponse'
12178
- security:
12179
- - apiKeyAuth: []
12180
- appKeyAuth: []
12181
12167
summary: Update Confluent account
12182
12168
tags:
12183
12169
- Confluent Cloud
@@ -12204,9 +12190,6 @@ paths:
12204
12190
$ref: '#/components/responses/NotFoundResponse'
12205
12191
'429':
12206
12192
$ref: '#/components/responses/TooManyRequestsResponse'
12207
- security:
12208
- - apiKeyAuth: []
12209
- appKeyAuth: []
12210
12193
summary: List Confluent Account resources
12211
12194
tags:
12212
12195
- Confluent Cloud
@@ -12238,9 +12221,6 @@ paths:
12238
12221
$ref: '#/components/responses/NotFoundResponse'
12239
12222
'429':
12240
12223
$ref: '#/components/responses/TooManyRequestsResponse'
12241
- security:
12242
- - apiKeyAuth: []
12243
- appKeyAuth: []
12244
12224
summary: Add resource to Confluent account
12245
12225
tags:
12246
12226
- Confluent Cloud
@@ -12264,9 +12244,6 @@ paths:
12264
12244
$ref: '#/components/responses/NotFoundResponse'
12265
12245
'429':
12266
12246
$ref: '#/components/responses/TooManyRequestsResponse'
12267
- security:
12268
- - apiKeyAuth: []
12269
- appKeyAuth: []
12270
12247
summary: Delete resource from Confluent account
12271
12248
tags:
12272
12249
- Confluent Cloud
@@ -12292,9 +12269,6 @@ paths:
12292
12269
$ref: '#/components/responses/NotFoundResponse'
12293
12270
'429':
12294
12271
$ref: '#/components/responses/TooManyRequestsResponse'
12295
- security:
12296
- - apiKeyAuth: []
12297
- appKeyAuth: []
12298
12272
summary: Get resource from Confluent account
12299
12273
tags:
12300
12274
- Confluent Cloud
@@ -12327,9 +12301,6 @@ paths:
12327
12301
$ref: '#/components/responses/NotFoundResponse'
12328
12302
'429':
12329
12303
$ref: '#/components/responses/TooManyRequestsResponse'
12330
- security:
12331
- - apiKeyAuth: []
12332
- appKeyAuth: []
12333
12304
summary: Update resource in Confluent account
12334
12305
tags:
12335
12306
- Confluent Cloud
@@ -15476,7 +15447,7 @@ paths:
15476
15447
- apiKeyAuth: []
15477
15448
appKeyAuth: []
15478
15449
- AuthZ:
15479
- - security_monitoring_rules_read
15450
+ - security_monitoring_signals_read
15480
15451
summary: Get a signal's details
15481
15452
tags:
15482
15453
- Security Monitoring
@@ -17019,7 +16990,8 @@ paths:
17019
16990
security:
17020
16991
- apiKeyAuth: []
17021
16992
appKeyAuth: []
17022
- - AuthZ: []
16993
+ - AuthZ:
16994
+ - user_access_read
17023
16995
summary: List all users
17024
16996
tags:
17025
16997
- Users
@@ -17126,7 +17098,8 @@ paths:
17126
17098
security:
17127
17099
- apiKeyAuth: []
17128
17100
appKeyAuth: []
17129
- - AuthZ: []
17101
+ - AuthZ:
17102
+ - user_access_read
17130
17103
summary: Get user details
17131
17104
tags:
17132
17105
- Users
@@ -17255,7 +17228,8 @@ paths:
17255
17228
security:
17256
17229
- apiKeyAuth: []
17257
17230
appKeyAuth: []
17258
- - AuthZ: []
17231
+ - AuthZ:
17232
+ - user_access_read
17259
17233
summary: Get a user permissions
17260
17234
tags:
17261
17235
- Users
0 commit comments