TrustedAccessRoleRule Class

Definition

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

Applies to