PolicyRuleV1.ResourceNames 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 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