你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Access - List Role Binding Name List

组织角色绑定

POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}/access/default/listRoleBindingNameList?api-version=2024-07-01

URI 参数

名称 必需 类型 说明
organizationName
path True

string

组织资源名称

resourceGroupName
path True

string

minLength: 1
maxLength: 90

资源组的名称。 名称不区分大小写。

subscriptionId
path True

string (uuid)

目标订阅的 ID。 该值必须是 UUID。

api-version
query True

string

minLength: 1

用于此作的 API 版本。

请求正文

名称 类型 说明
searchFilters

object

请求的搜索筛选器

响应

名称 类型 说明
200 OK

AccessRoleBindingNameListSuccessResponse

Azure作已成功完成。

Other Status Codes

ResourceProviderDefaultErrorResponse

意外的错误响应。

安全性

azure_auth

Azure Active Directory OAuth2 Flow。

类型: oauth2
流向: implicit
授权 URL: https://login.microsoftonline.com/common/oauth2/authorize

作用域

名称 说明
user_impersonation 模拟用户帐户

示例

Access_RoleBindingNameList

示例请求

POST https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Confluent/organizations/myOrganization/access/default/listRoleBindingNameList?api-version=2024-07-01

{
  "searchFilters": {
    "crn_pattern": "crn://confluent.cloud/organization=1aa7de07-298e-479c-8f2f-16ac91fd8e76",
    "namespace": "public,dataplane,networking,identity,datagovernance,connect,streamcatalog,pipelines,ksql"
  }
}

示例响应

{
  "data": [
    "MetricsViewer",
    "OrganizationAdmin",
    "Operator",
    "NetworkAdmin",
    "ResourceKeyAdmin",
    "AccountAdmin"
  ],
  "kind": "RoleDisplayNameList",
  "metadata": {
    "first": "https://api.confluent.cloud/iam/v2/role-bindings",
    "last": "https://api.confluent.cloud/iam/v2/role-bindings?page_token=bcAOehAY8F16YD84Z1wT",
    "next": "https://api.confluent.cloud/iam/v2/role-bindings?page_token=UvmDWOB1iwfAIBPj6EYb",
    "prev": "https://api.confluent.cloud/iam/v2/role-bindings?page_token=YIXRY97wWYmwzrax4dld",
    "total_size": 123
  }
}

定义

名称 说明
AccessRoleBindingNameListSuccessResponse

成功响应时返回的角色绑定名称的详细信息

ConfluentListMetadata

列表的元数据

ErrorResponseBody

错误响应正文

ListAccessRequestModel

列出访问请求模型

ResourceProviderDefaultErrorResponse

资源提供程序的默认错误响应

AccessRoleBindingNameListSuccessResponse

成功响应时返回的角色绑定名称的详细信息

名称 类型 说明
data

string[]

角色绑定名称列表

kind

string

响应类型

metadata

ConfluentListMetadata

列表的元数据

ConfluentListMetadata

列表的元数据

名称 类型 说明
first

string

列表的第一页

last

string

列表的最后一页

next

string

列表的下一页

prev

string

列表的上一页

total_size

integer (int32)

列表的总大小

ErrorResponseBody

错误响应正文

名称 类型 说明
code

string

错误代码

details

ErrorResponseBody[]

错误详细信息

message

string

错误信息

target

string

错误目标

ListAccessRequestModel

列出访问请求模型

名称 类型 说明
searchFilters

object

请求的搜索筛选器

ResourceProviderDefaultErrorResponse

资源提供程序的默认错误响应

名称 类型 说明
error

ErrorResponseBody

错误响应正文