pub async fn create_acl(
    configuration: &mut Configuration,
    params: CreateAclParams
) -> Result<AclResponse, Error<CreateAclError>>
Expand description

Create a new ACL attached to the specified service version. A new, empty ACL must be attached to a draft version of a service. The version associated with the ACL must be activated to be used.