pub async fn put_policies(
client: &Client,
opts: &ManagementOpts,
hostname: &str,
username: &str,
policies: &BrokerPolicies,
) -> Result<(), ErrResp>
Expand description
To update TTL/length policies for the user.
pub async fn put_policies(
client: &Client,
opts: &ManagementOpts,
hostname: &str,
username: &str,
policies: &BrokerPolicies,
) -> Result<(), ErrResp>
To update TTL/length policies for the user.