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