次の方法で共有


PolicyRuleV1.Verbs Property

Definition

Gets the list of actions or operations that are allowed or applicable for this policy rule. This property defines the specific set of verbs such as "get", "list", "watch", "create", "delete", etc., that the policy rule applies to within the specified resources or URLs.

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

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to