TrustedAccessRoleRule interface
Rule for trusted access role
Properties
api |
List of allowed apiGroups NOTE: This property will not be serialized. It can only be populated by the server. |
non |
List of allowed nonResourceURLs NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
List of allowed names NOTE: This property will not be serialized. It can only be populated by the server. |
resources | List of allowed resources NOTE: This property will not be serialized. It can only be populated by the server. |
verbs | List of allowed verbs NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
apiGroups
List of allowed apiGroups NOTE: This property will not be serialized. It can only be populated by the server.
apiGroups?: string[]
Property Value
string[]
nonResourceURLs
List of allowed nonResourceURLs NOTE: This property will not be serialized. It can only be populated by the server.
nonResourceURLs?: string[]
Property Value
string[]
resourceNames
List of allowed names NOTE: This property will not be serialized. It can only be populated by the server.
resourceNames?: string[]
Property Value
string[]
resources
List of allowed resources NOTE: This property will not be serialized. It can only be populated by the server.
resources?: string[]
Property Value
string[]
verbs
List of allowed verbs NOTE: This property will not be serialized. It can only be populated by the server.
verbs?: string[]
Property Value
string[]