ContainerServiceBuiltInRole.AzureKubernetesServiceRbacReader Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows read-only access to see most objects in a namespace. It does not allow viewing roles or role bindings. This role does not allow viewing Secrets, since reading the contents of Secrets enables access to ServiceAccount credentials in the namespace, which would allow API access as any ServiceAccount in the namespace (a form of privilege escalation). Applying this role at cluster scope will give access across all namespaces.
public static Azure.Provisioning.ContainerService.ContainerServiceBuiltInRole AzureKubernetesServiceRbacReader { get; }
static member AzureKubernetesServiceRbacReader : Azure.Provisioning.ContainerService.ContainerServiceBuiltInRole
Public Shared ReadOnly Property AzureKubernetesServiceRbacReader As ContainerServiceBuiltInRole
Property Value
Applies to
Azure SDK for .NET