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

ContainerServiceBuiltInRole.AzureKubernetesServiceRbacWriter Property

Definition

Allows read/write access to most objects in a namespace. This role does not allow viewing or modifying roles or role bindings. However, this role allows accessing Secrets and running Pods as any ServiceAccount in the namespace, so it can be used to gain the API access levels of any ServiceAccount in the namespace. Applying this role at cluster scope will give access across all namespaces.

public static Azure.Provisioning.ContainerService.ContainerServiceBuiltInRole AzureKubernetesServiceRbacWriter { get; }
static member AzureKubernetesServiceRbacWriter : Azure.Provisioning.ContainerService.ContainerServiceBuiltInRole
Public Shared ReadOnly Property AzureKubernetesServiceRbacWriter As ContainerServiceBuiltInRole

Property Value

Applies to