PolicyRuleV1.NonResourceUrLs 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.
Gets the list of URLs that do not correspond to standard Kubernetes resources. These URLs are typically used to define permissions or access control for specific non-resource requests within the cluster, such as custom API paths or administrative endpoints.
[YamlDotNet.Serialization.YamlMember(Alias="nonResourceURLs")]
public System.Collections.Generic.List<string> NonResourceUrLs { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="nonResourceURLs")>]
member this.NonResourceUrLs : System.Collections.Generic.List<string>
Public ReadOnly Property NonResourceUrLs As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute