pub async fn create_acl_entry(
configuration: &mut Configuration,
params: CreateAclEntryParams,
) -> Result<AclEntryResponse, Error<CreateAclEntryError>>
Expand description
Add an ACL entry to an ACL.
pub async fn create_acl_entry(
configuration: &mut Configuration,
params: CreateAclEntryParams,
) -> Result<AclEntryResponse, Error<CreateAclEntryError>>
Add an ACL entry to an ACL.