Share via


PolicyRuleV1.ResourceNames Property

Definition

Gets the list of resource names that the policy rule applies to. Resource names are specific objects within a resource type, such as a specific ConfigMap or Pod. This property allows for fine-grained control of access to named resources.

[YamlDotNet.Serialization.YamlMember(Alias="resourceNames")]
public System.Collections.Generic.List<string> ResourceNames { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="resourceNames")>]
member this.ResourceNames : System.Collections.Generic.List<string>
Public ReadOnly Property ResourceNames As List(Of String)

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to