Class: Google::Cloud::EdgeContainer::V1::Authorization

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/edgecontainer/v1/resources.rb

Overview

RBAC policy that will be applied and managed by GEC.

Instance Attribute Summary collapse

Instance Attribute Details

#admin_users::Google::Cloud::EdgeContainer::V1::ClusterUser

Returns Required. User that will be granted the cluster-admin role on the cluster, providing full access to the cluster. Currently, this is a singular field, but will be expanded to allow multiple admins in the future.

Returns:

  • (::Google::Cloud::EdgeContainer::V1::ClusterUser)

    Required. User that will be granted the cluster-admin role on the cluster, providing full access to the cluster. Currently, this is a singular field, but will be expanded to allow multiple admins in the future.



420
421
422
423
# File 'proto_docs/google/cloud/edgecontainer/v1/resources.rb', line 420

class Authorization
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end