Skip to main content

ParameterAclItem

Type Alias ParameterAclItem 

Source
pub type ParameterAclItem = AclItem<ParameterAclPrivilege>;

Aliased Type§

pub struct ParameterAclItem {
    pub grantee: Option<SmolStr>,
    pub grantor: SmolStr,
    pub grants: Vec<Grant<ParameterAclPrivilege>>,
}

Fields§

§grantee: Option<SmolStr>

None means the grants are for public

§grantor: SmolStr

The role who granted these grants

§grants: Vec<Grant<ParameterAclPrivilege>>