# Zilla::IoK8sApiFlowcontrolV1beta1UserSubject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | `name` is the username that matches, or \"*\" to match all usernames. Required. | | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiFlowcontrolV1beta1UserSubject.new( name: null ) ```