Share via


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