Share via


TrustedAccessRoleRuleOutput interface

Rule for trusted access role

Properties

apiGroups

List of allowed apiGroups

nonResourceURLs

List of allowed nonResourceURLs

resourceNames

List of allowed names

resources

List of allowed resources

verbs

List of allowed verbs

Property Details

apiGroups

List of allowed apiGroups

apiGroups?: string[]

Property Value

string[]

nonResourceURLs

List of allowed nonResourceURLs

nonResourceURLs?: string[]

Property Value

string[]

resourceNames

List of allowed names

resourceNames?: string[]

Property Value

string[]

resources

List of allowed resources

resources?: string[]

Property Value

string[]

verbs

List of allowed verbs

verbs?: string[]

Property Value

string[]