Handling attributes
There are multiple kinds of objects listed as Users and multiple types of roles and groups listed as Groups. The IDs for objects of this connector are in the format of kind|namespace|name
with a separating character "|
" that is configurable in the address line.
The kind attribute or the first portion of the ID can be used to identify the object type.
Service accounts (kind=ServiceAccount) and external users (kind=User) are listed as users; whereas roles (kind=Role), clusterroles (KIND=CLUSTERROLE), rolebindings (kind=RoleBinding), clusterrolebindings (kind=ClusterRoleBinding) and external groups (kind=Group) are listed as groups.
The middle namespace portion will not exist for objects without a namespace , such as cluster roles or cluster role bindings.