Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrustedAccessRoleRule

Package version

Rule for trusted access role

Hierarchy

  • TrustedAccessRoleRule

Index

Properties

Optional apiGroups

apiGroups: string[]

List of allowed apiGroups NOTE: This property will not be serialized. It can only be populated by the server.

Optional nonResourceURLs

nonResourceURLs: string[]

List of allowed nonResourceURLs NOTE: This property will not be serialized. It can only be populated by the server.

Optional resourceNames

resourceNames: string[]

List of allowed names NOTE: This property will not be serialized. It can only be populated by the server.

Optional resources

resources: string[]

List of allowed resources NOTE: This property will not be serialized. It can only be populated by the server.

Optional verbs

verbs: string[]

List of allowed verbs NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc