TrustedAccessRoleRule Class
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.
Rule for trusted access role
public class TrustedAccessRoleRule
type TrustedAccessRoleRule = class
Public Class TrustedAccessRoleRule
- Inheritance
-
TrustedAccessRoleRule
Constructors
| Name | Description |
|---|---|
| TrustedAccessRoleRule() |
Initializes a new instance of the TrustedAccessRoleRule class. |
| TrustedAccessRoleRule(IList<String>, IList<String>, IList<String>, IList<String>, IList<String>) |
Initializes a new instance of the TrustedAccessRoleRule class. |
Properties
| Name | Description |
|---|---|
| ApiGroups |
Gets list of allowed apiGroups |
| NonResourceUrLs |
Gets list of allowed nonResourceURLs |
| ResourceNames |
Gets list of allowed names |
| Resources |
Gets list of allowed resources |
| Verbs |
Gets list of allowed verbs |