Reference documentation and code samples for the Distributed Cloud Edge Container V1 API class Google::Cloud::EdgeContainer::V1::Authorization.
RBAC policy that will be applied and managed by GEC.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#admin_users
def admin_users() -> ::Google::Cloud::EdgeContainer::V1::ClusterUser
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.
#admin_users=
def admin_users=(value) -> ::Google::Cloud::EdgeContainer::V1::ClusterUser
Parameter
- value (::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.
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.