Documentation ¶
Overview ¶
Package clusterprivilege
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( All = ClusterPrivilege{"all"} Canceltask = ClusterPrivilege{"cancel_task"} Createsnapshot = ClusterPrivilege{"create_snapshot"} Grantapikey = ClusterPrivilege{"grant_api_key"} Manage = ClusterPrivilege{"manage"} Manageapikey = ClusterPrivilege{"manage_api_key"} Manageccr = ClusterPrivilege{"manage_ccr"} Manageenrich = ClusterPrivilege{"manage_enrich"} Manageilm = ClusterPrivilege{"manage_ilm"} Manageindextemplates = ClusterPrivilege{"manage_index_templates"} Manageingestpipelines = ClusterPrivilege{"manage_ingest_pipelines"} Managelogstashpipelines = ClusterPrivilege{"manage_logstash_pipelines"} Manageml = ClusterPrivilege{"manage_ml"} Manageoidc = ClusterPrivilege{"manage_oidc"} Manageownapikey = ClusterPrivilege{"manage_own_api_key"} Managepipeline = ClusterPrivilege{"manage_pipeline"} Managerollup = ClusterPrivilege{"manage_rollup"} Managesaml = ClusterPrivilege{"manage_saml"} Managesecurity = ClusterPrivilege{"manage_security"} Manageserviceaccount = ClusterPrivilege{"manage_service_account"} Manageslm = ClusterPrivilege{"manage_slm"} Managetoken = ClusterPrivilege{"manage_token"} Managetransform = ClusterPrivilege{"manage_transform"} Manageuserprofile = ClusterPrivilege{"manage_user_profile"} Managewatcher = ClusterPrivilege{"manage_watcher"} Monitor = ClusterPrivilege{"monitor"} Monitorml = ClusterPrivilege{"monitor_ml"} Monitorrollup = ClusterPrivilege{"monitor_rollup"} Monitorsnapshot = ClusterPrivilege{"monitor_snapshot"} Monitortextstructure = ClusterPrivilege{"monitor_text_structure"} Monitortransform = ClusterPrivilege{"monitor_transform"} Monitorwatcher = ClusterPrivilege{"monitor_watcher"} Readccr = ClusterPrivilege{"read_ccr"} Readilm = ClusterPrivilege{"read_ilm"} Readpipeline = ClusterPrivilege{"read_pipeline"} Readslm = ClusterPrivilege{"read_slm"} Transportclient = ClusterPrivilege{"transport_client"} )
Functions ¶
This section is empty.
Types ¶
type ClusterPrivilege ¶
type ClusterPrivilege struct {
Name string
}
func (ClusterPrivilege) MarshalText ¶
func (c ClusterPrivilege) MarshalText() (text []byte, err error)
func (ClusterPrivilege) String ¶
func (c ClusterPrivilege) String() string
func (*ClusterPrivilege) UnmarshalText ¶
func (c *ClusterPrivilege) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.