ENUM

AuthRoleBindingProviderEnum

Enum indicating the provider of the role binding.

link GraphQL Schema definition

  • enum AuthRoleBindingProviderEnum {
  • # Indicates the role binding is synced from CloudFoundry.
  • TP4CF
  • # Indicates the role binding is created by TP4K8S.
  • TP4K8S
  • # Indicates the role binding is created by users in Tanzu Platform.
  • PLATFORM
  • }