View Source GoogleApi.Container.V1.Model.RBACBindingConfig (google_api_container v0.52.0)

RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be created.

Attributes

  • enableInsecureBindingSystemAuthenticated (type: boolean(), default: nil) - Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjects system:authenticated.
  • enableInsecureBindingSystemUnauthenticated (type: boolean(), default: nil) - Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjets system:anonymous or system:unauthenticated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.RBACBindingConfig{
  enableInsecureBindingSystemAuthenticated: boolean() | nil,
  enableInsecureBindingSystemUnauthenticated: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.